Directory SimulationRuntime/c/optimization/DataManagement/

Directory Created:
2014-05-06 21:43
Total Files:
3
Deleted Files:
0
Lines of Code:
1934

[root]/SimulationRuntime/c/optimization/DataManagement

Lines of Code

SimulationRuntime/c/optimization/DataManagement/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 99 (100.0%) 3855 (100.0%) 38.9
vitalij 74 (74.7%) 3819 (99.1%) 51.6
hudson 14 (14.1%) 18 (0.5%) 1.2
lochel 3 (3.0%) 12 (0.3%) 4.0
sjoelund.se 1 (1.0%) 3 (0.1%) 3.0
perost 2 (2.0%) 3 (0.1%) 1.5
bthiele 2 (2.0%) 0 (0.0%) 0.0
adrpo 3 (3.0%) 0 (0.0%) 0.0

Most Recent Commits

vitalij 2015-03-23 23:56 Rev.: 25224

fixed extends dynamic optimization formulation
- initial guess with file
- handling der(x)

8 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: InitialGuess.c (+8 -7)
vitalij 2015-03-06 18:46 Rev.: 24971

using time grid inside model for dyn. optimization

36 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: MoveData.c (+36 -5)
vitalij 2015-03-05 21:47 Rev.: 24950

added interface for user time grid in dyn. optimization

91 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: MoveData.c (+91 -1)
vitalij 2015-03-05 16:23 Rev.: 24933

improved time grid in dyn. optimization

9 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: MoveData.c (+9 -12)
vitalij 2015-02-25 19:14 Rev.: 24781

initial guess with file for dyn. opt.

29 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: InitialGuess.c (+29 -16)
bthiele 2015-02-23 16:44 Rev.: 24709

Merged StateMachine branch back into trunk!

0 lines of code changed in 2 files:

  • SimulationRuntime/c/optimization/DataManagement: DerStructure.c (changed), InitialGuess.c (changed)
sjoelund.se 2015-02-10 15:05 Rev.: 24503

Remove some -I flags so the headers copied from simulation runtime works without changes

3 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: InitialGuess.c (+3 -3)
vitalij 2015-01-29 00:33 Rev.: 24283

fixed hessian structure

2 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: DerStructure.c (+2 -5)
vitalij 2015-01-12 12:07 Rev.: 24011

fix numerical hessian structure for dyn. optimization without nonlinear constraints

36 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: DerStructure.c (+36 -17)
hudson 2015-01-12 00:15 Rev.: 24005

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: InitialGuess.c (+1 -1)
vitalij 2015-01-12 00:06 Rev.: 24004

fixed empty dyn. optimization

5 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: InitialGuess.c (+5)
vitalij 2014-11-02 19:16 Rev.: 23135

- improved optDebugeJac
compare analytical and numerical jacobian

3 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: MoveData.c (+3)
vitalij 2014-10-15 09:12 Rev.: 22750

some fixes from static analysis

0 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: MoveData.c (-3)
hudson 2014-10-14 08:35 Rev.: 22740

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: MoveData.c (+1 -1)
vitalij 2014-10-14 08:29 Rev.: 22739

split some function inside dyn. optimization

61 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: MoveData.c (+61 -52)
vitalij 2014-10-13 19:34 Rev.: 22737

fixed assert handling in dyn. optimization, thanks Willi

20 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: MoveData.c (+20 -3)
perost 2014-10-13 17:10 Rev.: 22735

- Made clang happier.

2 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: MoveData.c (+2 -1)
adrpo 2014-09-30 06:33 Rev.: 22496

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:

  • SimulationRuntime/c/optimization/DataManagement: DerStructure.c (changed), InitialGuess.c (changed), MoveData.c (changed)
vitalij 2014-09-17 21:03 Rev.: 22343

keep extrapolate inputs inside bounds

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: MoveData.c (+1)
hudson 2014-09-17 16:51 Rev.: 22341

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: MoveData.c (+1 -1)
vitalij 2014-09-17 16:49 Rev.: 22340

fixed output from dyn. optimization

3 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: MoveData.c (+3 -2)
vitalij 2014-09-16 16:32 Rev.: 22325

fixed discrete vars and events in dyn. optimization

73 lines of code changed in 2 files:

  • SimulationRuntime/c/optimization/DataManagement: InitialGuess.c (+13), MoveData.c (+60 -4)
vitalij 2014-09-13 19:40 Rev.: 22302

some fixes from static analysis

0 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: MoveData.c (-5)
vitalij 2014-09-09 16:53 Rev.: 22225

fixed hessian in dyn. optimization

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: MoveData.c (+1 -1)
perost 2014-09-08 16:22 Rev.: 22171

- Fixed getVars in SimulationResultsCmp so that variable names don't get
corrupted and make the Compare.mos test fail.
- Got rid of Clang warning in optimization runtime.

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: MoveData.c (+1 -1)
hudson 2014-09-08 07:53 Rev.: 22162

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: MoveData.c (+1 -1)
vitalij 2014-09-08 07:46 Rev.: 22160

- fixed start-values in dyn. optimization
- added test

9 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: MoveData.c (+9 -12)
vitalij 2014-09-04 15:41 Rev.: 22130

added a warning in dyn. optimization

8 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: MoveData.c (+8 -2)
vitalij 2014-09-04 15:05 Rev.: 22129

fixed 22127

3 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: MoveData.c (+3)
vitalij 2014-09-04 14:59 Rev.: 22127

- added protype interface for external state estimation data //important for nmpc loops
- fixed final constraints

87 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: MoveData.c (+87 -24)
vitalij 2014-09-02 22:03 Rev.: 22103

- 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

150 lines of code changed in 3 files:

  • SimulationRuntime/c/optimization/DataManagement: DerStructure.c (+95 -12), InitialGuess.c (+11 -2), MoveData.c (+44 -3)
vitalij 2014-08-31 23:24 Rev.: 22056

- rewrite DynamicOptimization parts in BackEnd
- create DynamicOptimization.mo
- mv some parts inside DynamicOptimization.mo
- added annotation marker for DynamicOptimization
- update tests for DynamicOptimization

6 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: InitialGuess.c (+6 -7)
vitalij 2014-08-22 16:32 Rev.: 21953

fixed pre sim in optimization

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: InitialGuess.c (+1 -1)
vitalij 2014-08-17 18:00 Rev.: 21892

some fixes from static analysis

2 lines of code changed in 3 files:

  • SimulationRuntime/c/optimization/DataManagement: DerStructure.c (-1), InitialGuess.c (+1 -1), MoveData.c (+1 -1)
hudson 2014-08-11 22:57 Rev.: 21843

[Janitor mode] Fix whitespace

4 lines of code changed in 2 files:

  • SimulationRuntime/c/optimization/DataManagement: DerStructure.c (+2 -2), MoveData.c (+2 -2)
vitalij 2014-08-11 22:56 Rev.: 21842

fixed jacobian index handling in optimization

43 lines of code changed in 2 files:

  • SimulationRuntime/c/optimization/DataManagement: DerStructure.c (+25 -20), MoveData.c (+18 -15)
vitalij 2014-08-06 16:03 Rev.: 21783

fixed some issues with optimization:
- jac handling
- memory
- output

48 lines of code changed in 3 files:

  • SimulationRuntime/c/optimization/DataManagement: DerStructure.c (+31 -2), InitialGuess.c (+2 -3), MoveData.c (+15)
hudson 2014-07-25 08:22 Rev.: 21616

[Janitor mode] Fix whitespace

3 lines of code changed in 2 files:

  • SimulationRuntime/c/optimization/DataManagement: DerStructure.c (+2 -2), MoveData.c (+1 -1)
vitalij 2014-07-24 22:42 Rev.: 21614

fixed build

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/DataManagement: DerStructure.c (+1 -1)
vitalij 2014-07-24 21:54 Rev.: 21613

fixed jacobian index in optimization

33 lines of code changed in 2 files:

  • SimulationRuntime/c/optimization/DataManagement: DerStructure.c (+18 -30), MoveData.c (+15 -16)

(26 more)

Generated by StatSVN 0.7.0