Skip to content

Commit 53fbb48

Browse files
committed
Create darwin.md
1 parent 5f3bd4c commit 53fbb48

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/src/darwin.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# metazoo.bio.darwin
2+
3+
Contains implementations of animal-inspired algorithms.
4+
5+
## Submodules
6+
- `pso`: Particle Swarm Optimization
7+
8+
### Example
9+
```python
10+
from metazoo.bio.darwin.pso import ParticleSwarmOptimizer
11+
from metazoo.gym.evolutionary import crossover, mutation, selection
12+
```
13+
14+
15+
# Reference
16+
17+
::: metazoo.bio.darwin

0 commit comments

Comments
 (0)