pytwinnet.optimization.placement_parallel¶ Classes ParallelPlacementGrid(grid_x, grid_y[, ...]) class pytwinnet.optimization.placement_parallel.ParallelPlacementGrid(grid_x, grid_y, fixed_z=10.0, max_workers=0)[source]¶ Bases: object Parameters: grid_x (Iterable[float]) grid_y (Iterable[float]) fixed_z (float) max_workers (int) fixed_z: float = 10.0¶ grid_x: Iterable[float]¶ grid_y: Iterable[float]¶ max_workers: int = 0¶ optimize(twin, objective, node_ids)[source]¶ Return type: Dict[str, Any] Parameters: twin (DigitalTwin) objective (Objective) node_ids (List[str])