Hi, I'm looking for help on how to use *R for making use of Genetic Algorithm*to make optimal solution on the examination timetabling dataset? another point to analysis the dataset, in a manner similar to the method applied in InfoViz. Say, what is the optimal step, if: Step 1 - What is the name of the package that i can install from CRAN for me to identify GA (Please consider) - I am using RGui 1.8.0 Step 2 - For the second doubt, i used the multiv, mva (EDA- packages) - I use RGui 1.8.0 because i couldn't find multiv, mva Or i'm not sure of getting it from RGui 2.3.0 (Please Consider) I have tried to read up on the 'R-search for Step-1 but i couldn't find the appropriate package. Can anyone point me in the right direction? Best regards, JJ [[alternative HTML version deleted]]
Have you looked at package "gafit" on CRAN? Cheers David On 01/05/06, j.joshua thomas <researchjj at gmail.com> wrote:> Hi, > > I'm looking for help on how to use *R for making use of Genetic > Algorithm*to make optimal solution on the examination timetabling > dataset? another > point to analysis the dataset, in a manner similar to the method applied in > InfoViz. Say, what is the optimal step, if: > Step 1 > > - What is the name of the package that i can install from CRAN for me > to identify GA (Please consider) > - I am using RGui 1.8.0 > > Step 2 > > - For the second doubt, i used the multiv, mva (EDA- packages) > - I use RGui 1.8.0 because i couldn't find multiv, mva Or i'm not sure > of getting it from RGui 2.3.0 (Please Consider) > > I have tried to read up on the 'R-search for Step-1 but i couldn't find the > appropriate package. > > Can anyone point me in the right direction? > > Best regards, > > JJ > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html >
>>>>> "JJ" == j joshua thomas <researchjj at gmail.com> >>>>> on Mon, 1 May 2006 16:28:26 +0800 writes:........ JJ> Step 2 JJ> - For the second doubt, i used the multiv, mva (EDA- JJ> packages) - I use RGui 1.8.0 because i couldn't find JJ> multiv, mva Or i'm not sure of getting it from RGui 2.3.0 JJ> (Please Consider) Package 'mva' only exists in antique R versions like yours. Its functionality has long been moved to the 'stats' package (which is loaded & attached by default). Please do upgrade to R 2.3.0 before even considering to install other R packages! Martin Maechler, ETH Zurich