Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Selection of Genes and Gene Representation Independent Functions

License

NotificationsYou must be signed in to change notification settings

ageyerschulz/xegaSelectGene

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# The R script xegaSelectGene.RThe directory selectGene contains the implementation of a set of selection and evaluation functions for a genetic algorithm. The easiest installation is by using install.packages from R.1. Linux:Start R in the directory where you have stored xegaSelectGene_0.0.0.1.tar.gz> install.packages("xegaSelectGene_0.0.0.1.tar.gz")1. Windows:Start R in the directory where you have stored xegaSelectGene_0.0.0.1.zip> install.packages("xegaSelectGene_0.0.0.1.zip")The R script xegaSelectGene.R generates1. the man pages of the package.2. the pdf documentation of the package.3. the compilation and installation of the package.   (You  must adapt the variables path and pName    in the script selectGene.R:    path<-"~/dev/iaa/genetic/xega/"    pName<-"xegaSelectGene"    to the directory where you copy the package.You need to install the R-package devtools for this R script.There are two ways to use the code:1. Change into the R directory which contains the code, start R and load all code files:source("xegaSelectGene.R")Note that the package selectGene provides selection and evaluation functionsto all genetic algorithms of the family sgX:sga, sgp, sgPerm, (and  sge, sgde).Use the pdf-Manual! 2. Adapt the path in selectGene.R and install the library selectGene:Rscript xegaSelectGene.RRestart R andlibrary(xegaSelectGene)You get all elements of the package byxegaSelectGene::and pressing the tabulator.You get the man page by e.g SelectLinearRank?or help(SelectLinearRank)All examples given on a man page can be executed byexample(SelectLinearRank)Note that man pages and examples are only available, if you install the package as a library.

About

Selection of Genes and Gene Representation Independent Functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp