https://github.com/hurlenko/symbiotic-organisms-search
https://github.com/hurlenko/symbiotic-organisms-search
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hurlenko/symbiotic-organisms-search
- Owner: hurlenko
- License: mit
- Created: 2019-02-22T10:58:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T10:59:23.000Z (over 7 years ago)
- Last Synced: 2025-04-11T18:23:03.504Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Symbiotic Organisms Search
Simple implementation of Symbiotic Organisms Search algorithm written in python3. Differential evolution (DE) is a method that optimizes a problem by iteratively trying to improve a candidate solution with regard to a given measure of quality.
## Usage
- Install Numpy
```bash
pip install numpy
```
- Tweak constants in `sos.py`, fitness function, number of iterations etc.
- Run
```python
python sos.py
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details