Directory OMOptim/Core/Optim/EA/NSGA2/

Directory Created:
2011-03-18 14:18
Total Files:
4
Deleted Files:
0
Lines of Code:
670

[root]/OMOptim/Core/Optim/EA/NSGA2

Lines of Code

OMOptim/Core/Optim/EA/NSGA2/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 60 (100.0%) 1757 (100.0%) 29.2
hubert.thieriot 39 (65.0%) 1537 (87.5%) 39.4
sjoelund.se 13 (21.7%) 115 (6.5%) 8.8
hudson 8 (13.3%) 105 (6.0%) 13.1

Most Recent Commits

sjoelund.se 2015-04-27 17:41 Rev.: 25767

Prevent commits to OMOptim since the repository is being moved to https://github.com/OpenModelica/OMOptim

4 lines of code changed in 4 files:

  • OMOptim/Core/Optim/EA/NSGA2: NSGA2.cpp (+1), NSGA2.h (+1), NSGA2Algo.h (+1), NSGA2Parameters.h (+1)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

7 lines of code changed in 2 files:

  • OMOptim/Core/Optim/EA/NSGA2: NSGA2.h (+1 -1), NSGA2Algo.h (+6 -6)
sjoelund.se 2013-05-02 21:17 Rev.: 15963

Revert r15962 (accidently replaced 8 spaces with 2 spaces; was supposed to be 1 tab to 2 spaces but text editors messed up the command)
Contact me if you have problems merging your working copy

96 lines of code changed in 4 files:

  • OMOptim/Core/Optim/EA/NSGA2: NSGA2.cpp (+24 -24), NSGA2.h (+1 -1), NSGA2Algo.h (+19 -19), NSGA2Parameters.h (+52 -52)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

96 lines of code changed in 4 files:

  • OMOptim/Core/Optim/EA/NSGA2: NSGA2.cpp (+24 -24), NSGA2.h (+1 -1), NSGA2Algo.h (+19 -19), NSGA2Parameters.h (+52 -52)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

2 lines of code changed in 2 files:

  • OMOptim/Core/Optim/EA/NSGA2: NSGA2.cpp (+1), NSGA2.h (+1)
hubert.thieriot 2013-03-28 09:05 Rev.: 15676

- first steps towards scripting
- new MOomc functions
- removed all subblocks functions

3 lines of code changed in 2 files:

  • OMOptim/Core/Optim/EA/NSGA2: NSGA2.cpp (+2 -2), NSGA2.h (+1 -1)
hubert.thieriot 2013-02-04 13:30 Rev.: 15052

-removed useless signal
- stop problem signal/slot

5 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA/NSGA2: NSGA2.cpp (+5 -2)
hubert.thieriot 2012-11-02 04:14 Rev.: 13761

- updates for new information controler in OMOptimBasis
- minor corrections

2 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA/NSGA2: NSGA2.cpp (+2)
hubert.thieriot 2012-07-18 10:44 Rev.: 12334

- main change in OMParameter : use name as an index (removed INDEX field since it could cause mistakes when list of parameters evolves)

41 lines of code changed in 2 files:

  • OMOptim/Core/Optim/EA/NSGA2: NSGA2.cpp (+4 -4), NSGA2Parameters.h (+37 -17)
hubert.thieriot 2012-04-24 12:06 Rev.: 11793

- added Gnuplot display of intermediary results.
- removed bug of omctrl (multithread not compatible with project->loadMoFile)

2 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA/NSGA2: NSGA2.cpp (+2 -2)
hubert.thieriot 2012-04-16 17:52 Rev.: 11757

- MOParameter modifications (still without any effect)

1 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA/NSGA2: NSGA2Parameters.h (+1 -1)
sjoelund.se 2012-03-26 11:24 Rev.: 11533

- Converted OMOptim/OMShell to UTF-8

4 lines of code changed in 2 files:

  • OMOptim/Core/Optim/EA/NSGA2: NSGA2.h (+2 -2), NSGA2Parameters.h (+2 -2)
sjoelund.se 2012-03-13 08:54 Rev.: 11398

- Remove some tabs from sources

10 lines of code changed in 2 files:

  • OMOptim/Core/Optim/EA/NSGA2: NSGA2.cpp (+2 -2), NSGA2Algo.h (+8 -8)
hubert.thieriot 2012-02-29 11:29 Rev.: 11231

- Splitted OMOptim : there is now a lib called OMOptimBasis (within OMOptim folder) which provides basis features. It will allow to share code with plugins and to build dedicated applications using similar base classes.

28 lines of code changed in 2 files:

  • OMOptim/Core/Optim/EA/NSGA2: NSGA2.cpp (+4 -4), NSGA2.h (+24 -24)
sjoelund.se 2012-02-23 15:06 Rev.: 11185

- Fixed the fix-bom command (removed some BOM)

1 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA/NSGA2: NSGA2Algo.h (+1 -1)
hubert.thieriot 2012-02-06 14:39 Rev.: 11037

- small gui improvements

134 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA/NSGA2: NSGA2.cpp (+134 -130)
hubert.thieriot 2012-02-01 19:09 Rev.: 10998

-- update way mo files are loaded
- component optimization updates

5 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA/NSGA2: NSGA2.cpp (+5 -5)
hubert.thieriot 2012-01-30 19:24 Rev.: 10985

- updated GUI (omcases tree view, project infos)
- corrected int and double bounds in Optimization

7 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA/NSGA2: NSGA2Parameters.h (+7)
hubert.thieriot 2012-01-17 19:43 Rev.: 10916

- updated saving functions
- renamed ModClass to ModItem
- Modelica Record, Class, Model ...

4 lines of code changed in 2 files:

  • OMOptim/Core/Optim/EA/NSGA2: NSGA2.cpp (+2 -2), NSGA2.h (+2 -2)
hubert.thieriot 2012-01-03 20:07 Rev.: 10855

- made infosender a singleton working with plugin
- improved modclasstree

1 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA/NSGA2: NSGA2.cpp (+1 -1)
hubert.thieriot 2011-12-26 14:23 Rev.: 10834

- major improvment : removed EI, added plugin functionnality (not documented yet)

15 lines of code changed in 3 files:

  • OMOptim/Core/Optim/EA/NSGA2: NSGA2.cpp (+8 -30), NSGA2.h (+5 -11), NSGA2Parameters.h (+2 -2)
hubert.thieriot 2011-10-18 13:42 Rev.: 10144

- merged with Hubert's branch :
- mainly concerns stability, Energy integration (not included by default), and GUI

25 lines of code changed in 4 files:

  • OMOptim/Core/Optim/EA/NSGA2: NSGA2.cpp (+12 -10), NSGA2.h (+7 -7), NSGA2Algo.h (+2 -2), NSGA2Parameters.h (+4 -4)
hubert.thieriot 2011-09-05 13:25 Rev.: 9744

Merged with Hubert's branch

147 lines of code changed in 4 files:

  • OMOptim/Core/Optim/EA/NSGA2: NSGA2.cpp (+2 -2), NSGA2.h (+2 -2), NSGA2Algo.h (+139 -139), NSGA2Parameters.h (+4 -4)
hubert.thieriot 2011-08-08 17:27 Rev.: 9614

Merged with Hubert's branch
-Energy integration improvments (like curves, display and MILP calculations)
-Removed inadequate EI includes


396 lines of code changed in 2 files:

  • OMOptim/Core/Optim/EA/NSGA2: NSGA2.cpp (+287 -303), NSGA2.h (+109 -109)
hubert.thieriot 2011-07-12 09:53 Rev.: 9453

- merged with Hubert's branch

2 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA/NSGA2: NSGA2.cpp (+2 -1)
hubert.thieriot 2011-07-06 13:44 Rev.: 9418

- merged with Hubert's branch

127 lines of code changed in 3 files:

  • OMOptim/Core/Optim/EA/NSGA2: NSGA2.cpp (+33 -41), NSGA2.h (+11 -9), NSGA2Parameters.h (new 83)
hubert.thieriot 2011-05-27 17:41 Rev.: 9147

- merged with Branch Hubert : many bugs corrected, gui improvments, Energy integration : first HEN .mod file

3 lines of code changed in 3 files:

  • OMOptim/Core/Optim/EA/NSGA2: NSGA2.cpp (+1), NSGA2.h (+1), NSGA2Algo.h (+1)
hubert.thieriot 2011-03-18 14:18 Rev.: 8302

- fisrt commit of all needed files + binary files

589 lines of code changed in 3 files:

  • OMOptim/Core/Optim/EA/NSGA2: NSGA2.cpp (new 339), NSGA2.h (new 113), NSGA2Algo.h (new 137)
Generated by StatSVN 0.7.0