Directory SimulationRuntime/c/optimization/eval_all/

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

[root]/SimulationRuntime/c/optimization/eval_all

Lines of Code

SimulationRuntime/c/optimization/eval_all/ Lines of Code

Developers

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

Most Recent Commits

vitalij 2015-03-05 16:23 Rev.: 24933

improved time grid in dyn. optimization

6 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalF.c (+6 -15)
vitalij 2015-02-27 12:31 Rev.: 24823

fixed output

3 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalG.c (+3 -3)
vitalij 2015-02-26 12:02 Rev.: 24786

fixed output

3 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalG.c (+3 -3)
bthiele 2015-02-23 16:44 Rev.: 24709

Merged StateMachine branch back into trunk!

0 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalG.c (changed)
sjoelund.se 2015-01-30 18:29 Rev.: 24340

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:

  • SimulationRuntime/c/optimization/eval_all: EvalG.c (+1 -1)
vitalij 2014-11-03 18:24 Rev.: 23164

improved output for optDebugeJac

4 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalG.c (+4 -4)
vitalij 2014-11-03 00:59 Rev.: 23143

improved output for optDebugeJac

23 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalG.c (+23 -24)
hudson 2014-11-02 19:24 Rev.: 23137

[Janitor mode] Fix whitespace

2 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalG.c (+2 -2)
vitalij 2014-11-02 19:16 Rev.: 23135

- improved optDebugeJac
compare analytical and numerical jacobian

141 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalG.c (+141 -37)
vitalij 2014-10-30 18:05 Rev.: 23092

fixed optDebugeJac

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalG.c (+1 -4)
vitalij 2014-10-30 17:40 Rev.: 23090

fixed optDebugeJac

2 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalG.c (+2 -3)
vitalij 2014-10-30 14:04 Rev.: 23081

fixed 23080

2 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalG.c (+2 -2)
vitalij 2014-10-30 14:02 Rev.: 23080

fixed output

4 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalG.c (+4 -4)
vitalij 2014-10-30 13:46 Rev.: 23079

fixed output format

2 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalG.c (+2 -2)
vitalij 2014-10-30 13:35 Rev.: 23077

improved debuging of the jacobian matrix in dyn. optimization

40 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalG.c (+40 -7)
vitalij 2014-10-30 09:16 Rev.: 23066

added option for debuging derivations

90 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalG.c (+90 -6)
hudson 2014-10-28 16:10 Rev.: 23006

[Janitor mode] Fix whitespace

9 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalG.c (+9 -9)
vitalij 2014-10-28 15:53 Rev.: 23004

-imporved error msg for dyn. optimization
-some fixes from static analysis

81 lines of code changed in 3 files:

  • SimulationRuntime/c/optimization/eval_all: EvalF.c (+3 -2), EvalG.c (+77 -34), EvalL.c (+1 -1)
perost 2014-10-13 17:10 Rev.: 22735

- Made clang happier.

2 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalL.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/eval_all: EvalF.c (changed), EvalG.c (changed), EvalL.c (changed)
vitalij 2014-09-23 21:36 Rev.: 22423

some fixes from static analysis

11 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalG.c (+11 -9)
vitalij 2014-09-17 21:23 Rev.: 22344

some fixes from static analysis

3 lines of code changed in 2 files:

  • SimulationRuntime/c/optimization/eval_all: EvalG.c (+1 -1), EvalL.c (+2 -2)
vitalij 2014-09-16 16:32 Rev.: 22325

fixed discrete vars and events in dyn. optimization

18 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalL.c (+18 -2)
hudson 2014-09-13 20:32 Rev.: 22304

[Janitor mode] Fix whitespace

2 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalG.c (+2 -2)
vitalij 2014-09-13 20:29 Rev.: 22303

fixed -lv LOG_IPOPT_ERROR for final cosntarints

50 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalG.c (+50 -25)
vitalij 2014-09-09 16:53 Rev.: 22225

fixed hessian in dyn. optimization

14 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalL.c (+14 -19)
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

55 lines of code changed in 2 files:

  • SimulationRuntime/c/optimization/eval_all: EvalG.c (+28), EvalL.c (+27 -3)
vitalij 2014-08-26 14:23 Rev.: 21991

-updated and added new tests for the dyn. optimization

18 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalG.c (+18 -18)
vitalij 2014-08-11 22:56 Rev.: 21842

fixed jacobian index handling in optimization

2 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalL.c (+2 -2)
vitalij 2014-07-24 21:54 Rev.: 21613

fixed jacobian index in optimization

2 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalL.c (+2 -2)
vitalij 2014-06-23 11:04 Rev.: 21241

- improved optimization order 1

18 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalG.c (+18 -4)
vitalij 2014-06-22 15:18 Rev.: 21237

- improved optimization
- sorting

16 lines of code changed in 3 files:

  • SimulationRuntime/c/optimization/eval_all: EvalF.c (+5 -5), EvalG.c (+5 -39), EvalL.c (+6 -24)
hudson 2014-06-18 19:58 Rev.: 21185

[Janitor mode] Fix whitespace

3 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalL.c (+3 -3)
vitalij 2014-06-18 19:30 Rev.: 21184

- improved optimization
- evaluation derivations

119 lines of code changed in 3 files:

  • SimulationRuntime/c/optimization/eval_all: EvalF.c (+14 -66), EvalG.c (+58 -51), EvalL.c (+47 -78)
vitalij 2014-05-26 20:26 Rev.: 20847

- improved numerical hessian

0 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalL.c (-11)
vitalij 2014-05-26 20:17 Rev.: 20846

- improved numerical hessian

5 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalL.c (+5 -6)
vitalij 2014-05-22 16:25 Rev.: 20772

- fixed 20771

3 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalL.c (+3 -4)
vitalij 2014-05-22 16:07 Rev.: 20771

- fixed numerical hessian
- new flag for keep hessian constant

9 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalL.c (+9 -6)
vitalij 2014-05-16 16:38 Rev.: 20654

- improved optimizer constraints for ode

16 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalG.c (+16 -20)
vitalij 2014-05-16 16:20 Rev.: 20653

- improved goal function evaluation

12 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/eval_all: EvalF.c (+12 -5)

(18 more)

Generated by StatSVN 0.7.0