All Downloads are FREE. Search and download functionalities are using the official Maven repository.

alamas.genetic_2.11.0.1.source-code.reference.conf Maven / Gradle / Ivy

The newest version!
genetic {
  rastrigin {
    # The dimention of the optimization problem
    problemSize = 100

    # The probability of mutating a solution
    mutationChance = 0.75

    # The probability of mutating a solution's feature
    mutationRate = 0.1

    # mutationRange = 0.05

    # The probability of recombining solutions
    recombinationChance = 0.3
  }

  labs {
    # The dimention of the optimization problem
    problemSize = 201

    # The probability of mutating a solution
    mutationChance = 0.75

    # The probability of mutating a solution's feature
    mutationRate = 0.1

    mutationRange = 0.05 # unused

    # The probability of recombining solutions
    recombinationChance = 1.0
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy