... | ... | @@ -3,11 +3,11 @@ Welcome to the pyrate wiki! |
|
|
...
|
|
|
|
|
|
## Local Coordinates
|
|
|
* Implemented it in a typical sequential design
|
|
|
* Implemented it in a typical sequential design manner
|
|
|
* Is an aimAt function useful?
|
|
|
* TODO: convert into ClassWithOptimizableVariables
|
|
|
* Interaction between Surface class and LocalCoordinate class? (i.e. calculation of intersection points in global coordinate system)
|
|
|
|
|
|
## Optimizer
|
|
|
### ClassWithOptimizableVariables
|
|
|
### ClassWithOptimizableVariables / OptimizableVariable
|
|
|
* Is there any possibility to simplify it (i.e. to use it like: `opt.AddVariable("blub", value=10.0); print(opt.blub)`)?
|
|
|
|