AddEureqaSolution | R Documentation |
Each Eureqa model contains multiple possible solutions (see GetParetoFront
).
However, only the best model is included in the leaderboard by default. To include
other models, you can get them via GetParetoFront
and then add them.
AddEureqaSolution(project, eureqaSolutionId)
project |
character. Either (1) a character string giving the unique alphanumeric identifier for the project, or (2) a list containing the element projectId with this identifier. |
eureqaSolutionId |
character. The solution ID of the Eureqa model to add. |
## Not run:
projectId <- "5b2827556523cd05bd1507a5"
modelId <- "5b29406c6523cd0665685a8d"
eureqaModel <- GetModel(projectId, modelId)
paretoFront <- GetParetoFront(eureqaModel)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.