We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
epl.Accounts
@johnfeldhausen - I've started work on bringing the custom objective function terms into epl.Accounts here #65.
The initial idea is something like:
simulation = site.optimize(verbose=4, objective={"terms": terms}) accounts = epl.get_accounts(simulation.results, terms=terms) print(accounts.custom.cost)
Will see how it goes!
The text was updated successfully, but these errors were encountered:
Implemented the feature in #65
Still needs documenting - the epl.Accounts aren't documented at all, so will set that up as well.
Sorry, something went wrong.
No branches or pull requests
@johnfeldhausen - I've started work on bringing the custom objective function terms into
epl.Accounts
here #65.The initial idea is something like:
Will see how it goes!
The text was updated successfully, but these errors were encountered: