[root]/SimulationRuntime/c/optimization/eval_all
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 85 (100.0%) | 3577 (100.0%) | 42.0 |
vitalij | 68 (80.0%) | 3543 (99.0%) | 52.1 |
hudson | 11 (12.9%) | 31 (0.9%) | 2.8 |
perost | 1 (1.2%) | 2 (0.1%) | 2.0 |
sjoelund.se | 1 (1.2%) | 1 (0.0%) | 1.0 |
bthiele | 1 (1.2%) | 0 (0.0%) | 0.0 |
adrpo | 3 (3.5%) | 0 (0.0%) | 0.0 |
improved time grid in dyn. optimization
6 lines of code changed in 1 file:
fixed output
3 lines of code changed in 1 file:
fixed output
3 lines of code changed in 1 file:
Merged StateMachine branch back into trunk!
0 lines of code changed in 1 file:
Fix some abs/fabs warnings (possibly abs was also part of f2c and was an fabs in disguise)
1 lines of code changed in 1 file:
improved output for optDebugeJac
4 lines of code changed in 1 file:
improved output for optDebugeJac
23 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
- improved optDebugeJac
compare analytical and numerical jacobian
141 lines of code changed in 1 file:
fixed optDebugeJac
1 lines of code changed in 1 file:
fixed optDebugeJac
2 lines of code changed in 1 file:
fixed 23080
2 lines of code changed in 1 file:
fixed output
4 lines of code changed in 1 file:
fixed output format
2 lines of code changed in 1 file:
improved debuging of the jacobian matrix in dyn. optimization
40 lines of code changed in 1 file:
added option for debuging derivations
90 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
9 lines of code changed in 1 file:
-imporved error msg for dyn. optimization
-some fixes from static analysis
81 lines of code changed in 3 files:
- Made clang happier.
2 lines of code changed in 1 file:
Merged branches/FFrontEnd into trunk/
Main changes:
- changed the environment to support both non-destructive and destructive updates
- Env.Cache -> FCore.Cache, Env.Env -> FCore.Graph
- FCore.Graph is not a list of Frames anymore is a stucture where the previous list is saved in component "scope"
- all Frames in the new FCore.Graph are FCore.Ref pointing to FCore.Node having different FCore.Data depending on what they are
- all FCore.Nodes have children (FCore.CAvlTree) which maps names to FCore.Ref (which is Array<FCore.Node>, size 1)
- FGraph.openScope pushes an already existing FCore.Ref (or a new one) on the scope list
- for all components having modifications the last class in the type path is renamed to include the
prefix, see FGraph.createVersionScope (this is done because we need unique names for redeclared functions,
records, etc and we need a unique type scope for that)
Example: A.B.C c -> A.B.C$c c
Bug fixes:
- calling function via component (multibody MSL 3.2.1 patch not needed anymore, will remove it in a next commit)
- #2837 array equations wrongly handled in RemoveSimpleEquations (used in ThermoPower and PowerSystems libraries, etc)
#2784, #2727, #2739 (missing modifiers combined with redeclare and unique function generation for redeclared functions)
#2835 - handle overconstrained connectors extending basic types (used in PowerSystems library)
- do not loose modifications on derived classes handled by InstExtends
- some error messages about missing components in Fluid library are gone
- for components of size 0 do not check if they are assigned before use in functions (residue in equalityConstraint)
0 lines of code changed in 3 files:
some fixes from static analysis
11 lines of code changed in 1 file:
some fixes from static analysis
3 lines of code changed in 2 files:
fixed discrete vars and events in dyn. optimization
18 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
fixed -lv LOG_IPOPT_ERROR for final cosntarints
50 lines of code changed in 1 file:
fixed hessian in dyn. optimization
14 lines of code changed in 1 file:
- support partial final constraint via annotation marker
- added structure for final constraints
- codegen for final constraints
- modification dyn. optimization methode for final constraints
- added tests for final constraints
55 lines of code changed in 2 files:
-updated and added new tests for the dyn. optimization
18 lines of code changed in 1 file:
fixed jacobian index handling in optimization
2 lines of code changed in 1 file:
fixed jacobian index in optimization
2 lines of code changed in 1 file:
- improved optimization order 1
18 lines of code changed in 1 file:
- improved optimization
- sorting
16 lines of code changed in 3 files:
[Janitor mode] Fix whitespace
3 lines of code changed in 1 file:
- improved optimization
- evaluation derivations
119 lines of code changed in 3 files:
- improved numerical hessian
0 lines of code changed in 1 file:
- improved numerical hessian
5 lines of code changed in 1 file:
- fixed 20771
3 lines of code changed in 1 file:
- fixed numerical hessian
- new flag for keep hessian constant
9 lines of code changed in 1 file:
- improved optimizer constraints for ode
16 lines of code changed in 1 file:
- improved goal function evaluation
12 lines of code changed in 1 file:
(18 more)