Re: [gplab-users] Confusion in Fitness function in GPLab
Status: Beta
Brought to you by:
gplab
From: Atif <ati...@na...> - 2018-08-29 06:42:00
|
Thanks Ma'am Sara, In my experiment, *best so far* and *test fitness* are always coming the same. Why is it so? On a separate note, I'm using Daily Stock Data. Accordingly, I don't have output files. As GPLab requires both input and output files for the successful run so I've given the same input file as my output file, (see below code lines) p.datafilex='training.txt'; p.datafiley='training.txt'; p.usetestdata=1; p.testdatafilex='testing.txt'; p.testdatafiley='testing.txt'; However, I don't use these output files in the fitness function. Thanks Indeed !!! On 19 August 2018 at 22:27, Sara Silva <sa...@fc...> wrote: > ind.fitness stores the fitness. > > ind.result stores the predicted values for all the samples (all the rows > in your data input file). The fitness is calculated based on these (RMSE, > or other). > > Cheers, > Sara > > > > On 15-Aug-18 5:19 AM, Atif wrote: > > Dear All, > I hope everyone is doing fine. I'm confuse which > attribute defines the fitness value. > *ind.fitness OR ind.result ?* > > I couldn't find the differences in manual. > Thank you in anticipation !!! > > > > > -- > *Atif* > *Research Assistant* > *Department of Computer Science* > *Namal College, Pakistan * > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > > _______________________________________________ > gplab-users mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/gplab-users > > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > gplab-users mailing list > gpl...@li... > https://lists.sourceforge.net/lists/listinfo/gplab-users > > -- *Atif* *Research Assistant* *Department of Computer Science* *Namal College, Pakistan * |