From: Sara S. <sa...@de...> - 2008-06-26 13:49:30
|
Dear Rosanny, Among those parameters you see at the end there is the equation of the best individual found during the run. Namely, you can find it in: state.bestsofar.str Alternatively, you can call gplab with two output parameters, for example [v,b]=gplab(100,50) and the best individual will be stored in b. To access its equation you just have to do: b.str I hope this helps! Cheers, Sara Rosanny Sihombing wrote: > hi all, > > i don't understand how to show the equation result after running gplab > function. > for example, if i'm running gplab(100,50) with exp_x.txt as the input and > exp_y.txt as the output, MATLAB will show me some parameters in the end of > the running. but it didn't show the equation result. > > how can i get the equation result? i'm sorry that i'm a newbie. > > > ---- > really need a help on this, > Rosanny Sihombing > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > gplab-users mailing list > gpl...@li... > https://lists.sourceforge.net/lists/listinfo/gplab-users > > |