https://github.com/cran/GenAlgo
Revision 283b7bf83b431ecfc12cf7774f029cbe9ac4555f authored by Kevin R. Coombes on 17 October 2018, 12:20:03 UTC, committed by cran-robot on 17 October 2018, 12:20:03 UTC
1 parent 35a421a
Raw File
Tip revision: 283b7bf83b431ecfc12cf7774f029cbe9ac4555f authored by Kevin R. Coombes on 17 October 2018, 12:20:03 UTC
version 2.1.5
Tip revision: 283b7bf
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