Strategy Base Types

Useful when implementing new strategies.

Imported to namespace by

using NaiveNASlib.Extend
NaiveNASlib.AbstractAlignSizeStrategyType
AbstractAlignSizeStrategy

Base type for strategies for how to align size (nin/nout) when doing structural mutation.

Note that all strategies are not guaranteed to work in all cases.

Default strategies should however be selected based on case so that things always work out.

source