ShkalikovOleh / OptAlg

Reimplementation of optimization algorithms.
MIT License
0 stars 3 forks source link

Add ClonAlg #10

Closed ShkalikovOleh closed 3 years ago

ShkalikovOleh commented 3 years ago

Add immune ClonAlg optimization method.

  1. Create immune subpackage(folder and init)
  2. Add base immune class(if you can select general parameters). This class must inherit OptimizerWithHistory.
  3. Add CloneAlg implementation
  4. Check history correctness
  5. Add unittests(in tests/immune).

For run test use python3 -m unittest discover from main directory.

ShkalikovOleh commented 3 years ago

@ol8een ,please, use immune-clonealg name for your branch