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

Different stopping criteria if blackbox optimisation #230

Open
AquaPore opened this issue Jan 22, 2024 · 0 comments
Open

Different stopping criteria if blackbox optimisation #230

AquaPore opened this issue Jan 22, 2024 · 0 comments

Comments

@AquaPore
Copy link

Dear Robert,

I would like thank you for your amazing blackbox optimiser which I cited you many times in my research.

I am performing a double optimisation where I first optimise parameters for individual soils (simple curve fitting) then I optimise parameters which will be constant for all the 100 soils. Therefore I perform a second optimization simultaneously.

I am therefore trying to understand different stopping criteria or else the optimisation will end up for ever! My understanding is that when we select MaxFuncEvals and even though the optimiser seems to have found a global minima nevertheless the optimiser still continues to run.

The question, is there a method to stop the optimiser once the max_steps_without_progress has been achieved which can be set for example to the PopulationSize. Therefore, the optimiser stops if the following condition is meet:

a) After max_steps_without_progress,
b) The best_fitness has not decreased by 1 % after max_steps_without_progress?

Do you define the maximum decrease of best_fit after max_steps_without_progress with atoll? If yes then how atoll is calculated?

Thanks for your kindness,
Joseph

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

1 participant