Skip to content

Commit

Permalink
"n_last" replaced by "period" in termination documentation (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
Deathn0t authored Nov 5, 2023
1 parent 6a3270b commit 51418b1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/source/interface/termination.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"Commonly used are the movement in the design space `f_tol` and the convergence in the constraint `cv_tol` and objective space `f_tol`.\n",
"To provide an upper bound for the algorithm, we recommend supplying a maximum number of generations `n_max_gen` or function evaluations `n_max_evals`.\n",
"\n",
"Moreover, it is worth mentioning that tolerance termination is based on a sliding window. Not only the last, but a sequence of the `n_last` generations are used to calculate compare the tolerances with an bound defined by the user."
"Moreover, it is worth mentioning that tolerance termination is based on a sliding window. Not only the last, but a sequence of the `period` generations are used to calculate compare the tolerances with an bound defined by the user."
]
},
{
Expand Down Expand Up @@ -560,7 +560,11 @@
]
}
],
"metadata": {},
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 4
}

0 comments on commit 51418b1

Please sign in to comment.