Module algorithm

Module algorithm 

Source

Traitsยง

Algorithm
An algorithm is a structure that represents the problem you are trying to solve. It has methods for generating a random solution and evaluating the solution in order to produce an output. Furthermore, it should know how to recombine two solutions to produce the next generation.