You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ These algorithms use principles of evolution and population dynamics to find opt
129
129
<details>
130
130
<summary><strong>🎯 Local Search and Classical Methods</strong></summary>
131
131
132
-
Traditional optimization methods including local search techniques and classical mathematical approaches.
132
+
Traditional optimization methods include local search techniques and classical mathematical approaches.
133
133
134
134
-**[Hill Climbing](https://github.com/Anselmoo/useful-optimizer/blob/main/opt/hill_climbing.py)** - Local search algorithm that continuously moves toward increasing value
135
135
-**[Nelder-Mead](https://github.com/Anselmoo/useful-optimizer/blob/main/opt/nelder_mead.py)** - Derivative-free simplex method for optimization
0 commit comments