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

Change Optimization paramters at runtime #57

Open
SimonBlanke opened this issue Nov 6, 2022 · 0 comments
Open

Change Optimization paramters at runtime #57

SimonBlanke opened this issue Nov 6, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@SimonBlanke
Copy link
Owner

This adds a way to change the parameters of the optimization algorithms during runtime (e.g. epsilon from the hill-climbing optimizer). My idea is to enable this within the objective function. This way the user can change parameters based on conditions/data each time the objective function is called (evaluated). As seen in issue #49 there are already some parameters that can be changed via the objective-function argument, but this is not standardized, tested or documented, yet.

@SimonBlanke SimonBlanke added the enhancement New feature or request label Nov 6, 2022
@SimonBlanke SimonBlanke self-assigned this Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant