Description Usage Arguments Details Value Examples
This function plots the history of the genetic algorithm performed
1 |
gaObject |
Object returned by select() function. |
title |
The title of the plot. Default is "Model Score History". |
xAxis |
The x-axis label. Default is "Generation". |
yAxis |
The y-axis label. Default is "Score". |
color |
The color of the points. Default is "green" for genetics. |
... |
Extra arguments to be passed to plot function. |
This function accepts a select() object and plots the score history. Several default options are given. The plot type is fixed.
Plots the full history of the genetic algorithm.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.