Contents:
Combinatory integer solution class implementation
Classes
CombinatoryIntegerSolution(data, size)
CombinatoryIntegerSolution
Combinatory integer solution class
macop.solutions.CombinatoryIntegerSolution.
data
{ndarray} – array of binary values
size
{int} – size of binary array values
score
{float} – fitness score value
random
Intialize combinatory integer array with use of validator to generate valid random solution
validator – {function} – specific function which validates or not a solution
{CombinatoryIntegerSolution} – new generated combinatory integer solution