| AcceptFactory | R Documentation |
AcceptanceFactory() implements selection
of an acceptance rule.
Current support:
"All" returns AcceptNewGene() (Default).
"Best" returns AcceptBest().
"Metropolis" returns AcceptMetropolis().
"IVMetropolis" returns AcceptIVMetropolis().
AcceptFactory(method = "All")
method |
A string specifying the acceptance rule. |
An acceptance rule for genes.
Other Configuration:
ApplyFactory(),
CoolingFactory(),
CrossRateFactory(),
MutationRateFactory(),
TerminationFactory(),
checkTerminationFactory(),
xegaConfiguration(),
xegaEvalPopulationFactory()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.