You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The evolutionary optimization is slow because each evaluation is the dynamic evaluation of a system. To makes things faster, multi threading the evaluation function is an alternative, however pymunk does not support more than two threads.
This is why running several evaluations of dynamic linkages would be an asset.
The text was updated successfully, but these errors were encountered:
The evolutionary optimization is slow because each evaluation is the dynamic evaluation of a system. To makes things faster, multi threading the evaluation function is an alternative, however pymunk does not support more than two threads.
This is why running several evaluations of dynamic linkages would be an asset.
The text was updated successfully, but these errors were encountered: