Description Usage Arguments Examples
Analysis of the Objective values vs Iterations.
| 1 | objval_vs_iters_analysis(model, filename, plots_dir)
 | 
| model | the model name | 
| filename | the filename containing the fits sequence | 
| plots_dir | the directory to save the generated plots | 
| 1 2 3 4 5 6 7 8 9 10 | dir.create(file.path("pe_datasets"))
dir.create(file.path("pe_plots"))
data(insulin_receptor_all_fits)
colnames(insulin_receptor_all_fits)[1] <- "ObjVal"
write.table(insulin_receptor_all_fits, 
            file=file.path("pe_datasets", "all_fits.csv"), 
            row.names=FALSE)
objval_vs_iters_analysis(model="model", 
                         filename=file.path("pe_datasets", "all_fits.csv"), 
                         plots_dir="pe_plots")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.