Changes
Page history
Initial Home page -- some ideas
authored
Sep 11, 2016
by
joha2
Show whitespace changes
Inline
Side-by-side
Home.md
0 → 100644
View page @
791879d0
Welcome to the pyrate wiki!
# Some Ideas
...
## Local Coordinates
*
Implemented it in a typical sequential design
*
Is an aimAt function useful?
*
TODO: convert into ClassWithOptimizableVariables
## Optimizer
### ClassWithOptimizableVariables
*
Is there any possibility to simplify it (i.e. to use it like:
`opt.AddVariable("blub", value=10.0); print(opt.blub)`
)?