We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b983b37 commit 85e7470Copy full SHA for 85e7470
1 file changed
HISTORY.md
@@ -1,10 +1,8 @@
1
### ensmallen ?.??.?: "???"
2
###### ????-??-??
3
-* Fix an off-by-one bug where the maximum number of executed iterations was one
4
- less than specified `maxIteration` and update the first iteration to start
5
- from 0 instead of 1 in the following optimizers: `cd`, `active_cmaes`,
6
- `cmaes`, `fasta`, `fbs`, `fista`, `frank_wolfe`, `gradient_descent`, `iqn`,
7
- `parallel_sgd`, `sa`.
+ * Fix an off-by-one bug where the actual number of executed iterations was one
+ fewer than the specified `maxIterations`
+ ([#443](https://github.com/mlpack/ensmallen/pull/443)).
8
9
### ensmallen 3.10.0: "Unexpected Rain"
10
###### 2025-09-25
0 commit comments