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

confusions in Termination Criteria page #625

Open
dinohsu1019 opened this issue Jul 25, 2024 · 0 comments
Open

confusions in Termination Criteria page #625

dinohsu1019 opened this issue Jul 25, 2024 · 0 comments

Comments

@dinohsu1019
Copy link

Termination Criteria page:
https://pymoo.org/interface/termination.html?highlight=ftol

A few confusions:

  1. Typo: "Commonly used are the movement in the design space f_tol..." => should be x_tol or xtol because f is for objectives.
  2. Similar concepts should be clarified: n_gen and n_max_gen, period and n_last
  3. underline or not: x_tol or xtol, f_tol or f_tol, naming should be consistent
  4. How to change the default? e. g.,
    termination = DefaultMultiObjectiveTermination(
    xtol=1e-8,
    cvtol=1e-6,
    ftol=0.0025,
    period=30,
    n_max_gen=1000,
    n_max_evals=100000
    )
    What if I want to remove ftol and period completely and use n_max_gen, n_max_evals with other customization only?
    Please help improve this page so that new users can pick up quickly, thanks in advance.
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