Skip to content

Commit 20c9448

Browse files
Rename example
1 parent b9fd246 commit 20c9448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Math-Numerical/PMHillClimbingOptimizer.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Class {
1515
}
1616

1717
{ #category : #examples }
18-
PMHillClimbingOptimizer class >> example1 [
18+
PMHillClimbingOptimizer class >> exampleFindOptimumOnVectorFunction [
1919
| fBlock educatedGuess hillClimber result |
2020
fBlock := [ :v |
2121
| x y |

0 commit comments

Comments
 (0)