We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905ac6c commit 6928de1Copy full SHA for 6928de1
2 files changed
docs/Genetic.md
@@ -1,6 +1,6 @@
1
# Genetic algorithm template class
2
3
-GA has some implementation of genetic algorithm solver.
+Genetic has some implementations of genetic algorithm solver.
4
5
<br>
6
docs/PSO.md
@@ -0,0 +1,11 @@
+# Particle swarm optimization template class
+
+PSO has some implementations of PSO solver.
+<br>
7
8
+## Structs/Classes
9
+1. PSOAbstrcat
10
+2. PSOBase
11
+3. PSO
0 commit comments