-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
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
Unittest class_optimize #93
Comments
last night I did start working on that. I have not come to a good solution if we would touch the parameters of the optimization. |
This is very intersting. |
Thanks! I'm assuming that the starting_solution in test.py is already a well-optimized solution rather than a random one, which was my initial assumption. Could you confirm if that’s the case? Also, I started a longer benchmark for PR #88 about an hour ago. While I don’t expect any differences, I wanted to run it just to be certain. |
Yes the base Population only works well, If you add the ind 3x. The opt algorithm ist not very efficient. |
I've uploaded my draft for the test in PR #98 that's more like an integration testing rather than unit testing. |
I recommend running this test only when changes are made to the class_optimize file. Since we already test all other classes, and this particular test is quite time-consuming and CPU-intensive, limiting it to relevant changes will optimize performance. |
No description provided.
The text was updated successfully, but these errors were encountered: