Directory SimulationRuntime/c/optimization/constraints/

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

[root]/SimulationRuntime/c/optimization/constraints

Lines of Code

SimulationRuntime/c/optimization/constraints/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 103 (100.0%) 3891 (100.0%) 37.7
vitalij 72 (69.9%) 3160 (81.2%) 43.8
hudson 13 (12.6%) 513 (13.2%) 39.4
lochel 5 (4.9%) 161 (4.1%) 32.2
sjoelund.se 7 (6.8%) 46 (1.2%) 6.5
wbraun 1 (1.0%) 6 (0.2%) 6.0
adrpo 4 (3.9%) 4 (0.1%) 1.0
perost 1 (1.0%) 1 (0.0%) 1.0

Most Recent Commits

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

- fixed 20413
Thanks Willi!

0 lines of code changed in 2 files:

  • SimulationRuntime/c/optimization/constraints: evalfDiffG.c (del), evalfG.c (del)
vitalij 2014-05-07 00:13 Rev.: 20420

revert -r 20413-20418

969 lines of code changed in 2 files:

  • SimulationRuntime/c/optimization/constraints: evalfDiffG.c (new 667), evalfG.c (new 302)
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 2 files:

  • SimulationRuntime/c/optimization/constraints: evalfDiffG.c (del), evalfG.c (del)
perost 2014-04-29 15:20 Rev.: 20310

- Got rid of some Clang warnings.

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/constraints: evalfDiffG.c (+1 -1)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

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

2 lines of code changed in 2 files:

  • SimulationRuntime/c/optimization/constraints: evalfDiffG.c (+1 -1), evalfG.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)

36 lines of code changed in 2 files:

  • SimulationRuntime/c/optimization/constraints: evalfDiffG.c (+18 -19), evalfG.c (+18 -19)
vitalij 2014-04-08 13:08 Rev.: 20047

- fixed LOG_IPOPT_ERROR

6 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/constraints: evalfG.c (+6 -6)
vitalij 2014-04-08 12:58 Rev.: 20046

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

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/constraints: evalfDiffG.c (+1)
vitalij 2014-04-07 21:51 Rev.: 20030

- improve evaluation for hessian in optimization

18 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/constraints: evalfDiffG.c (+18 -12)
vitalij 2014-04-07 18:19 Rev.: 20027

- improve evaluation jacobian,gradient in optimization

24 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/constraints: evalfDiffG.c (+24 -38)
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/constraints: evalfDiffG.c (+12 -15)
vitalij 2014-04-01 16:02 Rev.: 19912

- improve num hessian

69 lines of code changed in 2 files:

  • SimulationRuntime/c/optimization/constraints: evalfDiffG.c (+69), evalfG.c (-82)
vitalij 2014-04-01 15:22 Rev.: 19907

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

24 lines of code changed in 2 files:

  • SimulationRuntime/c/optimization/constraints: evalfDiffG.c (+4 -3), evalfG.c (+20 -20)
vitalij 2014-04-01 13:20 Rev.: 19902

- some fixes from static analysis

5 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/constraints: evalfG.c (+5 -8)
vitalij 2014-04-01 11:07 Rev.: 19894

- independent memory for jacobian in optimization

11 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/constraints: evalfDiffG.c (+11 -11)
vitalij 2014-03-31 18:45 Rev.: 19887

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

29 lines of code changed in 2 files:

  • SimulationRuntime/c/optimization/constraints: evalfDiffG.c (+26 -25), evalfG.c (+3 -3)
vitalij 2014-03-31 17:44 Rev.: 19886

improve scaling, thanks Kshitij Kulshreshtha

5 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/constraints: evalfG.c (+5 -8)
vitalij 2014-03-31 17:17 Rev.: 19885

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

9 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/constraints: evalfG.c (+9 -9)
adrpo 2014-03-31 17:08 Rev.: 19884

void function should not return 0!

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/constraints: evalfG.c (+1 -2)
vitalij 2014-03-31 15:24 Rev.: 19875

- restructure data for optimization (continuing)
- helper pointer for collocation

73 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/constraints: evalfG.c (+73 -55)
vitalij 2014-03-31 14:13 Rev.: 19871

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

25 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/constraints: evalfDiffG.c (+25 -25)
vitalij 2014-03-31 13:36 Rev.: 19866

- restructure data for optimization (continuing)
- time vector

37 lines of code changed in 2 files:

  • SimulationRuntime/c/optimization/constraints: evalfDiffG.c (+13 -12), evalfG.c (+24 -19)
vitalij 2014-03-31 12:21 Rev.: 19861

- restructure data for optimization (continuing)
- poly coeff

16 lines of code changed in 2 files:

  • SimulationRuntime/c/optimization/constraints: evalfDiffG.c (+10 -9), evalfG.c (+6 -6)
sjoelund.se 2014-03-31 07:49 Rev.: 19854

Some -Werror fixes (including missing headers, making sure noreturn functions never return)

2 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/constraints: evalfG.c (+2 -2)
vitalij 2014-03-27 20:29 Rev.: 19829

- restructure data for optimization (continuing)

29 lines of code changed in 2 files:

  • SimulationRuntime/c/optimization/constraints: evalfDiffG.c (+23 -21), evalfG.c (+6 -6)
vitalij 2014-03-27 19:23 Rev.: 19826

- starting restructure data for optimization

78 lines of code changed in 2 files:

  • SimulationRuntime/c/optimization/constraints: evalfDiffG.c (+25 -22), evalfG.c (+53 -127)
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/constraints: evalfG.c (+2 -3)
vitalij 2014-03-27 09:37 Rev.: 19808

- improve code for optimization based on static analyse
thanks Martin

10 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/constraints: evalfG.c (+10 -8)
vitalij 2014-03-14 13:41 Rev.: 19576

- fixed LOG_IPOPT_ERROR

9 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/constraints: evalfG.c (+9 -8)
vitalij 2014-03-14 11:56 Rev.: 19575

remove redundant case

9 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/constraints: evalfDiffG.c (+9 -33)
vitalij 2014-03-14 11:41 Rev.: 19574

- split generation for jacobian structure in the optimization
- improve output format for LOG_IPOPT_JAC

146 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/constraints: evalfDiffG.c (+146 -17)
vitalij 2014-03-04 22:30 Rev.: 19429

- improve output format

19 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/constraints: evalfG.c (+19 -13)
vitalij 2014-03-02 19:17 Rev.: 19376

- added LOG_IPOPT_ERROR for following max error in the optimization
- added example for LOG_IPOPT_ERROR

42 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/constraints: evalfG.c (+42 -17)
hudson 2014-02-26 14:30 Rev.: 19314

[Janitor mode] Fix tabs

3 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/constraints: evalfDiffG.c (+3 -3)
vitalij 2014-02-26 14:04 Rev.: 19313

- dev functionality for ploting structure of jac and hessian matrix

29 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/constraints: evalfDiffG.c (+29)
vitalij 2014-02-19 22:43 Rev.: 19202

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

2 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/constraints: evalfG.c (+2 -2)
vitalij 2014-02-17 19:13 Rev.: 19146

- fixed setting of bounds for input in optimization

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/constraints: evalfG.c (+1)
hudson 2014-02-17 16:59 Rev.: 19142

[Janitor mode] Fix tabs

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/constraints: evalfG.c (+1 -1)
vitalij 2014-02-17 16:55 Rev.: 19141

- join constraints and algebraic vars

8 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/constraints: evalfG.c (+8 -8)

(34 more)

Generated by StatSVN 0.7.0