An open API service indexing awesome lists of open source software.

https://github.com/hurlenko/symbiotic-organisms-search


https://github.com/hurlenko/symbiotic-organisms-search

Last synced: about 1 year ago
JSON representation

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