https://github.com/cran/GenAlgo
Raw File
Tip revision: 35a421aca28768b31853a0b29cdbab60e40e7569 authored by Kevin R. Coombes on 18 May 2018, 14:29:40 UTC
version 2.1.4
Tip revision: 35a421a
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