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
There might be some room for parallelization at the Optimizer's side
Identify a good optimizee which can be used for benchmarking all coptimizers and which can be scaled. Look at the frontiers branch for optimizees. A neural network would be ideal, maybe the ant colony or the mountain car.
Implement a benchmarking setup to compare compute and memory usage among all Optimizers
Identify the bottlenecks
Implement performance optimizations
The text was updated successfully, but these errors were encountered:
There might be some room for parallelization at the Optimizer's side
The text was updated successfully, but these errors were encountered: