Skip to content
This repository has been archived by the owner on Sep 5, 2021. It is now read-only.

Service that generates and calculates utility functions for HUMAINE buyers and sellers.

License

Notifications You must be signed in to change notification settings

humaine-anac/utility-generator

Repository files navigation

utility-generator

Usage

GET /generateUtility/:agentType

Where agentType can be:

  • human
  • agent

POST /calculateUtility/:agentType

Where agentType can be:

  • human
  • agent

and the body should be their generated utility function (from above) and the quantity of items

post /checkAllocation

Given a list of ingredients and the items one wishes to mix them into, determines if the amount is sufficient and if not, gives an explanation of what is missing.

Contributing

We are open to contributions.

  • The software is provided under the MIT license. Contributions to this project are accepted under the same license.
  • Please also ensure that each commit in the series has at least one Signed-off-by: line, using your real name and email address. The names in the Signed-off-by: and Author: lines must match. If anyone else contributes to the commit, they must also add their own Signed-off-by: line. By adding this line the contributor certifies the contribution is made under the terms of the Developer Certificate of Origin (DCO).
  • Questions, bug reports, et cetera are raised and discussed on the issues page.
  • Please make merge requests into the master branch.

About

Service that generates and calculates utility functions for HUMAINE buyers and sellers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published