Skip to content

Commit ca39184

Browse files
authored
Merge pull request kodecocodes#729 from mitghi/master
Add Simulated annealing to README
2 parents 548413a + bf51c93 commit ca39184

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ Bad sorting algorithms (don't use these!):
119119
- Neural Networks
120120
- PageRank
121121
- [Naive Bayes Classifier](Naive%20Bayes%20Classifier/)
122+
- [Simulated annealing](Simulated%20annealing/). Probabilistic technique for approximating the global maxima in a (often discrete) large search space.
122123

123124
## Data structures
124125

0 commit comments

Comments
 (0)