Skip to content

Commit 6928de1

Browse files
committed
update documents
1 parent 905ac6c commit 6928de1

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

docs/Genetic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Genetic algorithm template class
22

3-
GA has some implementation of genetic algorithm solver.
3+
Genetic has some implementations of genetic algorithm solver.
44

55
<br>
66
<br>

docs/PSO.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Particle swarm optimization template class
2+
3+
PSO has some implementations of PSO solver.
4+
5+
<br>
6+
<br>
7+
8+
## Structs/Classes
9+
1. PSOAbstrcat
10+
2. PSOBase
11+
3. PSO

0 commit comments

Comments
 (0)