Directory SimulationRuntime/c/optimization/goal/

Directory Created:
2013-09-06 03:02
Directory Deleted:
2014-05-07 15:23
Total Files:
0
Deleted Files:
1
Lines of Code:
0

[root]/SimulationRuntime/c/optimization/goal

Lines of Code

SimulationRuntime/c/optimization/goal/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 55 (100.0%) 1166 (100.0%) 21.2
vitalij 40 (72.7%) 894 (76.7%) 22.3
hudson 6 (10.9%) 137 (11.7%) 22.8
lochel 3 (5.5%) 108 (9.3%) 36.0
sjoelund.se 3 (5.5%) 25 (2.1%) 8.3
wbraun 1 (1.8%) 2 (0.2%) 2.0
adrpo 2 (3.6%) 0 (0.0%) 0.0

Most Recent Commits

vitalij 2014-05-07 15:23 Rev.: 20440

- fixed 20413
Thanks Willi!

0 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (del)
vitalij 2014-05-07 00:13 Rev.: 20420

revert -r 20413-20418

264 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (new 264)
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

0 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (del)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

5 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+5 -5)
sjoelund.se 2014-04-15 10:03 Rev.: 20143

Updated copyright notices to 2014
- The script uses regex to update copyright notices since we have different years in there

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+1 -1)
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)

18 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+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

4 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+4)
vitalij 2014-04-07 22:38 Rev.: 20032

- improve evaluation of mayer term

7 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+7 -6)
vitalij 2014-04-07 18:19 Rev.: 20027

- improve evaluation jacobian,gradient in optimization

4 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+4 -10)
vitalij 2014-04-01 15:22 Rev.: 19907

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

11 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+11 -9)
vitalij 2014-04-01 11:34 Rev.: 19895

- independent memory for gradient in optimizatio

7 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+7 -7)
vitalij 2014-04-01 10:38 Rev.: 19893

- Removed unused variables in optimization
- restructure data for optimization (continuing)
- diminsion counter for all variables
- default value for gradient

9 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+9 -5)
vitalij 2014-03-31 18:45 Rev.: 19887

- restructure data for optimization (continuing)
- derivations
- fixed small bug in sparse structure for hessian

12 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+12 -16)
vitalij 2014-03-31 17:44 Rev.: 19886

improve scaling, thanks Kshitij Kulshreshtha

7 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+7 -5)
vitalij 2014-03-31 17:17 Rev.: 19885

- restructure data for optimization (continuing)
- scaling
- improve scaling
- added helper var for interim results

4 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+4 -4)
vitalij 2014-03-31 14:22 Rev.: 19872

- rm unsused variable in optimization
- fixed preSim flag in optimization

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+1 -1)
vitalij 2014-03-31 14:13 Rev.: 19871

- restructure data for optimization (continuing)
- structure Jac, Hessian

5 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+5 -5)
vitalij 2014-03-31 13:36 Rev.: 19866

- restructure data for optimization (continuing)
- time vector

10 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+10 -10)
vitalij 2014-03-31 11:43 Rev.: 19859

- restructure data for optimization (continuing)
- quadrature weight

23 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+23 -25)
vitalij 2014-03-27 22:05 Rev.: 19831

- rm num_diff_symColoredObject

0 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (-2)
vitalij 2014-03-27 20:29 Rev.: 19829

- restructure data for optimization (continuing)

6 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+6 -4)
vitalij 2014-03-27 19:23 Rev.: 19826

- starting restructure data for optimization

15 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+15 -73)
vitalij 2014-03-27 15:42 Rev.: 19820

improve code for optimization based on (updated )static analysis, thanks Martin

2 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+2 -2)
vitalij 2014-03-27 09:37 Rev.: 19808

- improve code for optimization based on static analyse
thanks Martin

5 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+5 -7)
vitalij 2014-02-19 22:43 Rev.: 19202

- improve counter for hessian
- small changed in c-code (mv, del)

3 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+3 -2)
vitalij 2014-02-15 11:58 Rev.: 19125

- fixed r19122

0 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (-4)
lochel 2014-02-15 01:21 Rev.: 19124

- revert r19122

4 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+4)
vitalij 2014-02-15 00:55 Rev.: 19122

- restruct constraints (optimization)
- new VarKind for constraints
- new SimVars for constraints

0 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (-4)
vitalij 2014-02-14 00:32 Rev.: 19112

- split DAE and ODE in the context of event

4 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+4 -2)
hudson 2014-02-13 17:12 Rev.: 19096

[Janitor mode] Fix tabs

51 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+51 -51)
vitalij 2014-02-13 17:04 Rev.: 19095

- fixed numerical gradient for lagrange term

3 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+3 -1)
vitalij 2014-02-13 16:50 Rev.: 19094

- added numerical gradient for objective function

110 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+110 -37)
vitalij 2014-02-07 15:39 Rev.: 19017

- fixed lagrange term
- new test for timetable

10 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+10 -19)
wbraun 2014-01-22 15:01 Rev.: 18714

- removed global optimization functions

2 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+2 -2)
vitalij 2014-01-16 12:53 Rev.: 18656

- update calculation numerical hesssian
- update calculation gradient

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+1 -1)
vitalij 2013-12-20 16:41 Rev.: 18542

- fixed lagrange term

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+1)
vitalij 2013-12-13 14:18 Rev.: 18479

- fixed time table for optimization
- fixed setting of input-vars in optimization

5 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+5 -5)
vitalij 2013-12-10 22:52 Rev.: 18457

- fixed memory leak

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+1 -2)
vitalij 2013-12-10 17:15 Rev.: 18455

- fixed: coloring for gradient| Thanks Willi
- mv Willi's solution from (newadol-c)branch to the trunk
- acktivated: coloring for gradient

11 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+11 -15)
hudson 2013-12-01 21:58 Rev.: 18360

[Janitor mode] Fix tabs

4 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/goal: evalF.c (+4 -4)

(15 more)

Generated by StatSVN 0.7.0