evomatic.mutation.determine_possible_mutation_types(alloy: Alloy, constraints: dict) list[str][source]

Determines the mutation types that can be applied to an alloy, given the constraints on the evolutionary algorithm.

Parameters
alloy: Alloy

The alloy composition being mutated.

constraints: dict

The constraints on alloy compositions that can be generated.


Last update: Dec 07, 2022