Skip to content

hurlenko/symbiotic-organisms-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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
pip install numpy
  • Tweak constants in sos.py, fitness function, number of iterations etc.
  • Run
python sos.py

License

This project is licensed under the MIT License - see the LICENSE file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages