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

Increasing Optimizer Rate #215

Open
ttchalakov opened this issue May 3, 2023 · 1 comment
Open

Increasing Optimizer Rate #215

ttchalakov opened this issue May 3, 2023 · 1 comment

Comments

@ttchalakov
Copy link

I have been looking through the optimizer options and I can not figure out if there is an optimizer setting that will allow me to increase the speed of the optimizer at the cost of accuracy. I am wondering if there is something similar to learning rate or increasing the optimization steps size. I would really like this because my initial guesses for my optimization problem is very far from the correct solution and I would like to decrease the amount of time it takes for a rough optimization to be done.

@robertfeldt
Copy link
Owner

Difficult question to answer since there are many different optimiser algorithms in this package. If you are using one of the default DifferentialOptimizers there is no direct "step" per se but you can try to increase the size of the population, which should give you a broader initial sample, i.e. should lead to earlier finding some good "areas" of the search space, rather than focusing on some area and going deep.

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

No branches or pull requests

2 participants