Replies: 1 comment
-
|
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As we briefly discussed, for this edition we will request that the Python API of each algorithm supports:
max_timeargument that limits the runtime in secondsget_population()function that returns the final population (or pareto front, if MOO)get_best_solution()that returns the best solution as chosen by the algorithmAll of the expressions must be returned as a sympy expression.
Beta Was this translation helpful? Give feedback.
All reactions