Directory SimulationRuntime/c/optimization/

Directory Created:
2013-09-06 03:02
Total Files:
4
Deleted Files:
4
Lines of Code:
656

[root]/SimulationRuntime/c/optimization
                directory in repo DataManagement (3 files, 1934 lines)
                Folder removed from repo constraints (0 files, 0 lines)
                directory in repo eval_all (3 files, 1570 lines)
                Folder removed from repo goal (0 files, 0 lines)
                Folder removed from repo initialOptimizer (0 files, 0 lines)
                Folder removed from repo lagrangeFun (0 files, 0 lines)
                Folder removed from repo mainOptimizer (0 files, 0 lines)

Lines of Code

SimulationRuntime/c/optimization/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 152 (100.0%) 2587 (100.0%) 17.0
vitalij 115 (75.7%) 2369 (91.6%) 20.6
hudson 13 (8.6%) 126 (4.9%) 9.6
sjoelund.se 10 (6.6%) 60 (2.3%) 6.0
lochel 8 (5.3%) 31 (1.2%) 3.8
perost 1 (0.7%) 1 (0.0%) 1.0
wbraun 1 (0.7%) 0 (0.0%) 0.0
adrpo 4 (2.6%) 0 (0.0%) 0.0

Most Recent Commits

vitalij 2015-03-06 18:46 Rev.: 24971

using time grid inside model for dyn. optimization

2 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization: OptimizerData.h (+2)
vitalij 2015-03-05 21:47 Rev.: 24950

added interface for user time grid in dyn. optimization

1 lines of code changed in 1 file:

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

improved time grid in dyn. optimization

2 lines of code changed in 2 files:

  • SimulationRuntime/c/optimization: OptimizerData.h (+1 -1), optimizer_main.c (+1)
vitalij 2015-02-25 19:14 Rev.: 24781

initial guess with file for dyn. opt.

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization: optimizer_main.c (+1 -1)
sjoelund.se 2015-02-10 15:05 Rev.: 24503

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

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization: optimizer_main.c (+1 -1)
sjoelund.se 2015-01-28 16:48 Rev.: 24268

Fix spelling

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization: optimizer_main.c (+1 -1)
sjoelund.se 2015-01-28 16:14 Rev.: 24262

Fix compilation

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization: OptimizerData.h (+1 -1)
sjoelund.se 2015-01-28 16:09 Rev.: 24261

Add make option OMC_MINIMAL_RUNTIME=1, which skips compilation of many object files in the simulation runtime (to make it easier to cross-compile for real-time targets)

3 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization: OptimizerInterface.h (+3 -1)
vitalij 2014-12-20 00:01 Rev.: 23878

dyn. optization: fixed handling case with dummy state

2 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization: optimizer_main.c (+2)
hudson 2014-11-02 19:24 Rev.: 23137

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization: OptimizerData.h (+1 -1)
vitalij 2014-11-02 19:16 Rev.: 23135

- improved optDebugeJac
compare analytical and numerical jacobian

4 lines of code changed in 2 files:

  • SimulationRuntime/c/optimization: OptimizerData.h (+3 -1), optimizer_main.c (+1)
hudson 2014-10-28 16:10 Rev.: 23006

[Janitor mode] Fix whitespace

2 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization: optimizer_main.c (+2 -2)
vitalij 2014-10-28 15:53 Rev.: 23004

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

9 lines of code changed in 2 files:

  • SimulationRuntime/c/optimization: OptimizerData.h (+1), optimizer_main.c (+8 -4)
vitalij 2014-10-01 18:24 Rev.: 22538

update tests

4 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization: optimizer_main.c (+4 -4)
vitalij 2014-10-01 15:32 Rev.: 22536

- update ipopt settings
- update tests
- added a flag for dyn. optimization for warm start
- added test

53 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization: optimizer_main.c (+53 -26)
vitalij 2014-09-16 16:32 Rev.: 22325

fixed discrete vars and events in dyn. optimization

21 lines of code changed in 2 files:

  • SimulationRuntime/c/optimization: OptimizerData.h (+12), optimizer_main.c (+9)
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

11 lines of code changed in 3 files:

  • SimulationRuntime/c/optimization: OptimizerData.h (+8), OptimizerLocalFunction.h (+1), optimizer_main.c (+2 -1)
vitalij 2014-08-11 22:56 Rev.: 21842

fixed jacobian index handling in optimization

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization: OptimizerData.h (+1)
vitalij 2014-08-06 16:03 Rev.: 21783

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

22 lines of code changed in 2 files:

  • SimulationRuntime/c/optimization: OptimizerData.h (+4), optimizer_main.c (+18 -9)
vitalij 2014-07-14 17:44 Rev.: 21489

fixed pre-sim for optimization

2 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization: OptimizerData.h (+2)
vitalij 2014-06-22 15:18 Rev.: 21237

- improved optimization
- sorting

7 lines of code changed in 2 files:

  • SimulationRuntime/c/optimization: OptimizerData.h (+2), optimizer_main.c (+5)
lochel 2014-06-20 14:38 Rev.: 21219

- fix some runtime messages

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization: optimizer_main.c (+1 -1)
vitalij 2014-06-18 19:30 Rev.: 21184

- improved optimization
- evaluation derivations

11 lines of code changed in 3 files:

  • SimulationRuntime/c/optimization: OptimizerData.h (+7 -3), OptimizerLocalFunction.h (+3 -3), optimizer_main.c (+1 -7)
lochel 2014-06-11 15:34 Rev.: 21055

- fix some include paths

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization: OptimizerData.h (+1 -1)
vitalij 2014-05-22 16:07 Rev.: 20771

- fixed numerical hessian
- new flag for keep hessian constant

7 lines of code changed in 2 files:

  • SimulationRuntime/c/optimization: OptimizerData.h (+5), optimizer_main.c (+2)
vitalij 2014-05-12 12:36 Rev.: 20552

- some fixes from static analysis
- improve structure for handling ode order in optimization

0 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization: optimizer_main.c (-3)
vitalij 2014-05-07 15:23 Rev.: 20440

- fixed 20413
Thanks Willi!

557 lines of code changed in 7 files:

  • SimulationRuntime/c/optimization: OptimizerData.h (new 151), OptimizerInterface.h (new 42), OptimizerLocalFunction.h (new 67), interfaceOptimization.h (del), ipoptODEstruct.h (del), localFunction.h (del), optimizer_main.c (new 297)
vitalij 2014-05-07 00:13 Rev.: 20420

revert -r 20413-20418

420 lines of code changed in 7 files:

  • SimulationRuntime/c/optimization: OptimizerData.h (del), OptimizerInterface.h (del), OptimizerLocalFunction.h (del), interfaceOptimization.h (new 52), ipoptODEstruct.h (new 271), localFunction.h (new 93), optimizer_main.c (del)
vitalij 2014-05-06 22:09 Rev.: 20417

- added header

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization: OptimizerInterface.h (+1 -1)
hudson 2014-05-06 21:53 Rev.: 20415

[Janitor mode] Fix whitespace

2 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization: OptimizerData.h (+2 -2)
hudson 2014-05-06 21:52 Rev.: 20414

[Janitor mode] Set auto-props

4 lines of code changed in 4 files:

  • SimulationRuntime/c/optimization: OptimizerData.h (+1), OptimizerInterface.h (+1), OptimizerLocalFunction.h (+1), optimizer_main.c (+1)
vitalij 2014-05-06 21:43 Rev.: 20413

- improve optimization
- scaling
- cheaper function evalution
- improve data structure
- preprocessing for derivations
- improve evaluation goal function + constraints
- mathematical background
- improve hessian structure


- update test for optimization

539 lines of code changed in 7 files:

  • SimulationRuntime/c/optimization: OptimizerData.h (new 149), OptimizerInterface.h (new 40), OptimizerLocalFunction.h (new 55), interfaceOptimization.h (del), ipoptODEstruct.h (del), localFunction.h (del), optimizer_main.c (new 295)
sjoelund.se 2014-04-15 07:04 Rev.: 20139

Update runtime code to OSMC-PL 1.2 runtime license (BSD 3-clause, GPLv3, or OSMC-PL conditions)

54 lines of code changed in 3 files:

  • SimulationRuntime/c/optimization: interfaceOptimization.h (+18 -19), ipoptODEstruct.h (+18 -19), localFunction.h (+18 -19)
vitalij 2014-04-08 12:58 Rev.: 20046

- improve update model data in optimization
- improve initial guess for inputs
- fixed constant initial guess

2 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization: ipoptODEstruct.h (+2)
vitalij 2014-04-07 21:51 Rev.: 20030

- improve evaluation for hessian in optimization

3 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization: ipoptODEstruct.h (+3)
vitalij 2014-04-07 11:33 Rev.: 20014

- restructure data for optimization
- fixed indices for nonlinear constraints

12 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization: ipoptODEstruct.h (+12 -2)
vitalij 2014-04-01 16:02 Rev.: 19912

- improve num hessian

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization: localFunction.h (+1 -1)
vitalij 2014-04-01 15:22 Rev.: 19907

- restructure data for optimization (continuing)
- using stored alg vars for initial guess

4 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization: localFunction.h (+4 -4)
vitalij 2014-04-01 12:13 Rev.: 19897

- independent memory for constraints,objective, alg vars in optimization

13 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization: ipoptODEstruct.h (+13)
vitalij 2014-04-01 11:49 Rev.: 19896

- added helper var
- counter for collocation points

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization: ipoptODEstruct.h (+1 -1)

(51 more)

Generated by StatSVN 0.7.0