Skip to content

Commit f724ede

Browse files
authored
Fix grammatical error in README.md
1 parent 1d90f16 commit f724ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ These algorithms use principles of evolution and population dynamics to find opt
129129
<details>
130130
<summary><strong>🎯 Local Search and Classical Methods</strong></summary>
131131

132-
Traditional optimization methods including local search techniques and classical mathematical approaches.
132+
Traditional optimization methods include local search techniques and classical mathematical approaches.
133133

134134
- **[Hill Climbing](https://github.com/Anselmoo/useful-optimizer/blob/main/opt/hill_climbing.py)** - Local search algorithm that continuously moves toward increasing value
135135
- **[Nelder-Mead](https://github.com/Anselmoo/useful-optimizer/blob/main/opt/nelder_mead.py)** - Derivative-free simplex method for optimization

0 commit comments

Comments
 (0)