How should I Test a Genetic Algorithm
Seems to me that the only way to test its consistent logic is to apply consistent input, … or treat each iteration as a single automaton whose state is tested before and after that iteration, turning the overall nondeterministic system into testable components based on deterministic iteration values. For variations/breeding/attribute inheritance in iterations, test those … Read more