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 b9fd246 commit 20c9448Copy full SHA for 20c9448
src/Math-Numerical/PMHillClimbingOptimizer.class.st
@@ -15,7 +15,7 @@ Class {
15
}
16
17
{ #category : #examples }
18
-PMHillClimbingOptimizer class >> example1 [
+PMHillClimbingOptimizer class >> exampleFindOptimumOnVectorFunction [
19
| fBlock educatedGuess hillClimber result |
20
fBlock := [ :v |
21
| x y |
0 commit comments