Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 215 Bytes

File metadata and controls

4 lines (3 loc) · 215 Bytes

ClonalSelectionFactory

A python implementation of the ClonALG algorithm.

It implements the Factory Method pattern, so you can extend it and create the non-implemented methods in order to solve specific problems.