Skip to content

Commit

Permalink
Do auto chunksize
Browse files Browse the repository at this point in the history
  • Loading branch information
Huowl committed Oct 13, 2023
1 parent 446ecf5 commit a850602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rostok/trajectory_optimizer/control_optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def __init__(self,
tendon_forces (list[float]): List of tendon force for brute force optimization.
starting_finger_angles (int, optional): Initial angle of fingers. Defaults to 45.
num_cpu_workers (int, optional): Number of parallel process. When set to "auto", the algorithm selects the number of workers by itself. Defaults to 1.
chunksize (int, optional): _description_. Defaults to 1.
chunksize (int, optional): Number of batch for one cpu worker. When set to "auto", the algorithm selects the number of workers by itself. Defaults to 1.
"""
mock_optimization_bounds = (0, 15)
mock_optimization_limit = 10
Expand Down

0 comments on commit a850602

Please sign in to comment.