Skip to content
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

Improve behavior of evaluate_callbacks with individuals without x_untransformed. #91

Merged
merged 1 commit into from Feb 7, 2024

Conversation

ronald-jaepel
Copy link
Collaborator

Improve behavior of OptimizationProblem.evaluate_callbacks when it gets handed an Individual without x_untransformed.

@schmoelder schmoelder force-pushed the fix/callbacks_with_un_untransformable_x branch from 5f8a247 to 5ba63ba Compare February 5, 2024 11:34
@schmoelder
Copy link
Contributor

@ronald-jaepel I changed the approach and added a method to automatically create new individuals from the OptimizationProblem (given some x). As mentioned in the forum, eventually, I would also like to use that method for wrapping all the evaluation methods s.t. it is no longer required to pass individuals at all. Moreover, I’d like to also add a create_population method.

@schmoelder schmoelder force-pushed the fix/callbacks_with_un_untransformable_x branch from 5ba63ba to e6f653c Compare February 7, 2024 11:18
@schmoelder schmoelder merged commit 3151154 into dev Feb 7, 2024
5 checks passed
@schmoelder schmoelder deleted the fix/callbacks_with_un_untransformable_x branch February 7, 2024 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants