https://github.com/cran/GenAlgo
Raw File
Tip revision: 7476f7f38f6427cdb2ebc6307fe4ef95eb338de9 authored by Kevin R. Coombes on 15 October 2020, 16:40:03 UTC
version 2.2.0
Tip revision: 7476f7f
NAMESPACE
# various generics
import(methods)
import(ClassDiscovery)
import(MASS)

importFrom("stats", "runif", "var")

importMethodsFrom(oompaBase,
                  "hist", "image", "plot")
importMethodsFrom(oompaBase,
                  "print", "summary", "as.data.frame")

exportMethods("hist", "image", "plot")
exportMethods("summary", "as.data.frame", "as.matrix")

# cp00-utility
export("maha")

# cp01-genalg
#export("crossover", "selectPair", "removeDuplicates")
exportClasses("GenAlg")
export("GenAlg", "newGeneration", "popDiversity")
export("simpleMutate", "selectionFitness", "selectionMutate")

back to top