Directory SimulationRuntime/c/optimization/lagrangeFun/

Directory Created:
2013-10-07 16:30
Directory Deleted:
2014-05-08 10:54
Total Files:
0
Deleted Files:
1
Lines of Code:
0

[root]/SimulationRuntime/c/optimization/lagrangeFun

Lines of Code

SimulationRuntime/c/optimization/lagrangeFun/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 65 (100.0%) 1455 (100.0%) 22.3
vitalij 54 (83.1%) 1268 (87.1%) 23.4
hudson 8 (12.3%) 164 (11.3%) 20.5
sjoelund.se 3 (4.6%) 23 (1.6%) 7.6

Most Recent Commits

vitalij 2014-05-08 10:54 Rev.: 20474

Cleaned up optimization folder.

0 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (del)
vitalij 2014-05-07 15:23 Rev.: 20440

- fixed 20413
Thanks Willi!

0 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (-387)
vitalij 2014-05-07 00:13 Rev.: 20420

revert -r 20413-20418

387 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+387)
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/lagrangeFun: ipopt_hessian.c (-387)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

4 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+4 -4)
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/lagrangeFun: ipopt_hessian.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/lagrangeFun: ipopt_hessian.c (+18 -19)
vitalij 2014-04-07 22:38 Rev.: 20032

- improve evaluation of mayer term

0 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (-1)
vitalij 2014-04-07 22:07 Rev.: 20031

- improve evaluation for hessian in optimization
- objective function

18 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+18 -10)
vitalij 2014-04-07 21:51 Rev.: 20030

- improve evaluation for hessian in optimization

15 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+15 -4)
vitalij 2014-04-04 14:33 Rev.: 19988

- improve step size for numerical hessian

6 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+6 -2)
vitalij 2014-04-01 16:02 Rev.: 19912

- improve num hessian

43 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+43 -2)
vitalij 2014-04-01 15:22 Rev.: 19907

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

12 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+12 -12)
vitalij 2014-04-01 11:49 Rev.: 19896

- added helper var
- counter for collocation points

4 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+4 -5)
vitalij 2014-04-01 11:34 Rev.: 19895

- independent memory for gradient in optimizatio

4 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+4 -4)
vitalij 2014-04-01 11:07 Rev.: 19894

- independent memory for jacobian in optimization

3 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+3 -3)
vitalij 2014-04-01 10:12 Rev.: 19892

- improve numeric in hessian

15 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+15 -9)
vitalij 2014-03-31 18:45 Rev.: 19887

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

26 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+26 -24)
vitalij 2014-03-31 17:17 Rev.: 19885

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

3 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+3 -3)
vitalij 2014-03-31 14:13 Rev.: 19871

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

19 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+19 -19)
vitalij 2014-03-31 13:36 Rev.: 19866

- restructure data for optimization (continuing)
- time vector

5 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+5 -5)
vitalij 2014-03-31 12:21 Rev.: 19861

- restructure data for optimization (continuing)
- poly coeff

2 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+2 -2)
vitalij 2014-03-31 11:43 Rev.: 19859

- restructure data for optimization (continuing)
- quadrature weight

3 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+3 -3)
vitalij 2014-03-27 20:29 Rev.: 19829

- restructure data for optimization (continuing)

7 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+7 -5)
vitalij 2014-03-27 19:23 Rev.: 19826

- starting restructure data for optimization

35 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+35 -29)
vitalij 2014-03-14 14:04 Rev.: 19577

- improve stepsize for num hessian

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+1 -1)
vitalij 2014-03-13 18:05 Rev.: 19568

- improve sparsety structure for hessian

11 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+11 -5)
hudson 2014-02-26 14:30 Rev.: 19314

[Janitor mode] Fix tabs

2 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+2 -2)
vitalij 2014-02-26 14:04 Rev.: 19313

- dev functionality for ploting structure of jac and hessian matrix

27 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+27 -4)
vitalij 2014-02-19 22:59 Rev.: 19204

- reduce one add in hessian

1 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+1 -1)
vitalij 2014-02-19 22:43 Rev.: 19202

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

8 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+8 -21)
hudson 2014-02-19 21:37 Rev.: 19201

[Janitor mode] Fix tabs

4 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+4 -4)
vitalij 2014-02-19 21:26 Rev.: 19199

- reduce hesse elements
- fixed output for constraints
- fixed matching for constraints
- active testcase for alias constraints

thanks Willi

19 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+19 -10)
vitalij 2014-02-11 16:54 Rev.: 19052

- split function

20 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+20 -32)
vitalij 2014-02-07 15:39 Rev.: 19017

- fixed lagrange term
- new test for timetable

5 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+5 -10)
vitalij 2014-01-27 19:29 Rev.: 18805

- small fix for constraints in hesse

6 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+6 -3)
vitalij 2014-01-24 11:27 Rev.: 18764

- update scaling hess

2 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+2 -2)
vitalij 2014-01-23 16:29 Rev.: 18752

- fixed indices for constraints (optimization)

9 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+9 -9)
vitalij 2014-01-23 14:23 Rev.: 18747

- fixed constraints scaling

3 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+3 -1)
vitalij 2014-01-22 17:14 Rev.: 18723

- fixed hessian for constraints (optimization)

7 lines of code changed in 1 file:

  • SimulationRuntime/c/optimization/lagrangeFun: ipopt_hessian.c (+7 -6)

(25 more)

Generated by StatSVN 0.7.0