Description Usage Arguments Value Author(s) See Also Examples
This function takes in the results of an optimisation by gaBinaryT1 and plots the evolution of best fit and average fit against generations.
1 |
optRes |
an object created by the optimisation engine (gabinaryT1) |
filename |
NULL or string: if provided, the plot is save in PDF format in the filename. |
This function doesn't return anything, it just produces a plot in your graphics window.
C. Terfve
gaBinaryT1
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | data(CNOlistToy,package="CellNOptR")
data(ToyModel,package="CellNOptR")
#process the model
model = preprocessing(CNOlistToy,ToyModel)
#optimise
ToyT1opt<-gaBinaryT1(
CNOlist=CNOlistToy,
model=model,
maxGens=10,
popSize=10,
verbose=FALSE)
plotFit(optRes=ToyT1opt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.