Solution

class solution.solution(settings)[source]

This class is the individual that will be evolved by the bbsa.

duplicate()[source]

This function duplicates the solution while keeping the same settings file

evaluate(full=False)[source]

This function evaluates the solution.

mutate(rate)[source]

This is a standard bit-flip mutation.

Previous topic

Terminal Nodes

Next topic

Solution Fitness Function

This Page