Ejemplo n.º 1
0
 /**
  * Default constructor, only provided for dynamic instantiation.
  *
  * <p>Attention: The configuration used is the one set with the static method
  * Genotype.setConfiguration.
  *
  * @throws InvalidConfigurationException
  * @author Klaus Meffert
  * @since 2.4
  */
 public Chromosome() throws InvalidConfigurationException {
   this(Genotype.getStaticConfiguration());
 }