mirror of
https://github.com/codeplea/genann
synced 2024-11-21 14:11:17 +03:00
docs: fix simple typo, optimizion -> optimization
There is a small typo in README.md. Should read `optimization` rather than `optimizion`.
This commit is contained in:
parent
5e147c7e3f
commit
8ac633de97
@ -105,7 +105,7 @@ backpropogation.
|
||||
|
||||
A primary design goal of Genann was to store all the network weights in one
|
||||
contigious block of memory. This makes it easy and efficient to train the
|
||||
network weights using direct-search numeric optimizion algorthims,
|
||||
network weights using direct-search numeric optimization algorthims,
|
||||
such as [Hill Climbing](https://en.wikipedia.org/wiki/Hill_climbing),
|
||||
[the Genetic Algorithm](https://en.wikipedia.org/wiki/Genetic_algorithm), [Simulated
|
||||
Annealing](https://en.wikipedia.org/wiki/Simulated_annealing), etc.
|
||||
|
Loading…
Reference in New Issue
Block a user