Limit
Limits the resources used by algorithms in the optimization process.
WallTime limit
Limits execution time.
'limit': {
'slug': 'limit:walltime',
'value': <hours>:<minutes>:<seconds>
}
Iteration limit
Limits the number of algorithm iterations.
'limit': {
'slug': 'limit:iteration',
'value': <number>
}