Skip to content

Commit b9fd246

Browse files
Fix comment
1 parent 17eed69 commit b9fd246

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Math-Numerical/PMHillClimbingOptimizer.class.st

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"
2-
The class PMHillClimbingOptimizer is a subclass of class PMFunctionOptimizer.
2+
PMHillClimbingOptimizer is a class implementing the Powell's algorithm. Powell's algorithm is one of many hill climbing algorithms.
3+
The idea underlying Powell’s algorithm is that once an optimum has been found in one direction, the chance for the biggest improvement lies in the direction perpendicular to that direction.
34
45
It has only one additional instance variable, unidimensionalFinder to hold the one-dimensional
56
optimizer used to find an optimum of the goal function along a given direction.

0 commit comments

Comments
 (0)