Directory OMOptim/Core/Optim/EA/SPEA2/

Directory Created:
2011-03-18 14:18
Total Files:
5
Deleted Files:
0
Lines of Code:
865

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 71 (100.0%) 2403 (100.0%) 33.8
hubert.thieriot 47 (66.2%) 1957 (81.4%) 41.6
sjoelund.se 15 (21.1%) 263 (10.9%) 17.5
hudson 9 (12.7%) 183 (7.6%) 20.3

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

5 lines of code changed in 5 files:

  • OMOptim/Core/Optim/EA/SPEA2: SPEA2.cpp (+1), SPEA2.h (+1), SPEA2Algo.h (+1), SPEA2Crossover.h (+1), SPEA2Parameters.h (+1)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

21 lines of code changed in 3 files:

  • OMOptim/Core/Optim/EA/SPEA2: SPEA2.h (+1 -1), SPEA2Algo.h (+7 -7), SPEA2Crossover.h (+13 -13)
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

160 lines of code changed in 4 files:

  • OMOptim/Core/Optim/EA/SPEA2: SPEA2.cpp (+25 -25), SPEA2Algo.h (+44 -44), SPEA2Crossover.h (+39 -39), SPEA2Parameters.h (+52 -52)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

160 lines of code changed in 4 files:

  • OMOptim/Core/Optim/EA/SPEA2: SPEA2.cpp (+25 -25), SPEA2Algo.h (+44 -44), SPEA2Crossover.h (+39 -39), SPEA2Parameters.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/SPEA2: SPEA2.cpp (+1), SPEA2.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 1 file:

  • OMOptim/Core/Optim/EA/SPEA2: SPEA2.cpp (+3 -3)
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/SPEA2: SPEA2.cpp (+5 -7)
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)

50 lines of code changed in 2 files:

  • OMOptim/Core/Optim/EA/SPEA2: SPEA2.cpp (+12 -12), SPEA2Parameters.h (+38 -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/SPEA2: SPEA2.cpp (+2 -1)
hubert.thieriot 2012-04-18 19:19 Rev.: 11769

- removed many unnedded header includes

24 lines of code changed in 2 files:

  • OMOptim/Core/Optim/EA/SPEA2: SPEA2.cpp (+19), SPEA2.h (+5 -24)
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/SPEA2: SPEA2Parameters.h (+1 -1)
hubert.thieriot 2012-03-27 17:26 Rev.: 11570

- corrected find functions
- EA now also display generation parameters

2 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA/SPEA2: SPEA2.cpp (+2 -2)
sjoelund.se 2012-03-26 11:24 Rev.: 11533

- Converted OMOptim/OMShell to UTF-8

2 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA/SPEA2: SPEA2Parameters.h (+2 -2)
hubert.thieriot 2012-03-21 19:34 Rev.: 11484

- larger use of forware declarations : should compile faster
- corrected optobjective view problem
- corected find function of MOVector
- Problemthreads are terminated when application quitted

2 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA/SPEA2: SPEA2.cpp (+2 -2)
sjoelund.se 2012-03-13 08:54 Rev.: 11398

- Remove some tabs from sources

94 lines of code changed in 3 files:

  • OMOptim/Core/Optim/EA/SPEA2: SPEA2.cpp (+2 -2), SPEA2Algo.h (+26 -26), SPEA2Crossover.h (+66 -66)
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.

27 lines of code changed in 2 files:

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

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

2 lines of code changed in 2 files:

  • OMOptim/Core/Optim/EA/SPEA2: SPEA2Algo.h (+1 -1), SPEA2Crossover.h (+1 -1)
hubert.thieriot 2012-02-06 14:39 Rev.: 11037

- small gui improvements

139 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA/SPEA2: SPEA2.cpp (+139 -135)
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/SPEA2: SPEA2.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/SPEA2: SPEA2Parameters.h (+7)
hubert.thieriot 2012-01-17 19:43 Rev.: 10916

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

12 lines of code changed in 2 files:

  • OMOptim/Core/Optim/EA/SPEA2: SPEA2.cpp (+2 -2), SPEA2.h (+10 -10)
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/SPEA2: SPEA2.cpp (+1 -1)
hubert.thieriot 2011-12-26 14:23 Rev.: 10834

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

12 lines of code changed in 3 files:

  • OMOptim/Core/Optim/EA/SPEA2: SPEA2.cpp (+5 -17), SPEA2.h (+6 -12), SPEA2Parameters.h (+1 -1)
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

24 lines of code changed in 5 files:

  • OMOptim/Core/Optim/EA/SPEA2: SPEA2.cpp (+11 -9), SPEA2.h (+5 -5), SPEA2Algo.h (+2 -2), SPEA2Crossover.h (+2 -2), SPEA2Parameters.h (+4 -4)
hubert.thieriot 2011-09-05 13:25 Rev.: 9744

Merged with Hubert's branch

352 lines of code changed in 5 files:

  • OMOptim/Core/Optim/EA/SPEA2: SPEA2.cpp (+2 -2), SPEA2.h (+2 -2), SPEA2Algo.h (+208 -208), SPEA2Crossover.h (+136 -136), SPEA2Parameters.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


381 lines of code changed in 2 files:

  • OMOptim/Core/Optim/EA/SPEA2: SPEA2.cpp (+274 -289), SPEA2.h (+107 -107)
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/SPEA2: SPEA2.cpp (+2 -1)
hubert.thieriot 2011-07-06 13:44 Rev.: 9418

- merged with Hubert's branch

131 lines of code changed in 4 files:

  • OMOptim/Core/Optim/EA/SPEA2: SPEA2.cpp (+32 -36), SPEA2.h (+9 -6), SPEA2Crossover.h (+6 -5), SPEA2Parameters.h (new 84)
hubert.thieriot 2011-05-27 17:41 Rev.: 9147

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

4 lines of code changed in 4 files:

  • OMOptim/Core/Optim/EA/SPEA2: SPEA2.cpp (+1), SPEA2.h (+1), SPEA2Algo.h (+1), SPEA2Crossover.h (+1)
hubert.thieriot 2011-04-08 20:21 Rev.: 8558

Merged with branch : major bug corrections (cf branch history of https://openmodelica.ida.liu.se/svn/OpenModelica/branches/Optimization/Branches/Hubert)

1 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA/SPEA2: SPEA2.h (+1 -2)
hubert.thieriot 2011-03-18 14:18 Rev.: 8302

- fisrt commit of all needed files + binary files

770 lines of code changed in 4 files:

  • OMOptim/Core/Optim/EA/SPEA2: SPEA2.cpp (new 320), SPEA2.h (new 111), SPEA2Algo.h (new 206), SPEA2Crossover.h (new 133)
Generated by StatSVN 0.7.0