Directory OMOptim/Core/Optim/EA/

Directory Created:
2011-03-18 14:18
Total Files:
12
Deleted Files:
10
Lines of Code:
1367

[root]/OMOptim/Core/Optim/EA
                    directory in repo Checkpoints (2 files, 426 lines)
                    directory in repo Chromosome (2 files, 372 lines)
                    directory in repo Crossover (1 files, 146 lines)
                    directory in repo Evaluations (1 files, 278 lines)
                    directory in repo Init (3 files, 290 lines)
                    directory in repo Monitor (4 files, 537 lines)
                    directory in repo Mutations (1 files, 162 lines)
                    directory in repo NSGA2 (4 files, 670 lines)
                    directory in repo PSO (8 files, 960 lines)
                    directory in repo Results (1 files, 291 lines)
                    directory in repo SA1 (16 files, 1700 lines)
                    directory in repo SPEA2 (5 files, 865 lines)
                    directory in repo SPEA2Adaptative (5 files, 837 lines)

Lines of Code

OMOptim/Core/Optim/EA/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 182 (100.0%) 4191 (100.0%) 23.0
hubert.thieriot 122 (67.0%) 3497 (83.4%) 28.6
sjoelund.se 33 (18.1%) 441 (10.5%) 13.3
hudson 27 (14.8%) 253 (6.0%) 9.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

12 lines of code changed in 12 files:

  • OMOptim/Core/Optim/EA: AlgoParameter.cpp (+1), AlgoParameter.h (+1), EA (+1), EABase.cpp (+1), EABase.h (+1), OMEAEvalContinue.h (+1), OMEAEvalFuncCounter.h (+1), OMEAProgress.h (+1), OptimAlgo.cpp (+1), OptimAlgo.h (+1), OptimAlgosList.cpp (+1), OptimAlgosList.h (+1)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

43 lines of code changed in 6 files:

  • OMOptim/Core/Optim/EA: AlgoParameter.cpp (+8 -8), AlgoParameter.h (+7 -7), OMEAEvalContinue.h (+15 -15), OMEAEvalFuncCounter.h (+6 -6), OMEAProgress.h (+6 -6), OptimAlgo.h (+1 -1)
hubert.thieriot 2013-06-23 07:14 Rev.: 16448

- more messages
- gui improvements
- new main.cpp with script/console

1 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA: OptimAlgo.cpp (+1)
hubert.thieriot 2013-06-11 09:10 Rev.: 16296

- getFieldName is const now
- updated moomc::getWholeText

1 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA: AlgoParameter.h (+1 -1)
hubert.thieriot 2013-06-05 10:47 Rev.: 16221

- added/cleaned script functions
- mutex for save/load
- GUI improvements

41 lines of code changed in 4 files:

  • OMOptim/Core/Optim/EA: OptimAlgo.cpp (+6 -2), OptimAlgo.h (+2 -1), OptimAlgosList.cpp (+31), OptimAlgosList.h (+2)
hubert.thieriot 2013-06-04 09:28 Rev.: 16202

- added setOverwritedVariable script function

26 lines of code changed in 3 files:

  • OMOptim/Core/Optim/EA: EABase.cpp (+4 -1), OptimAlgosList.cpp (+21), OptimAlgosList.h (+1)
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

171 lines of code changed in 10 files:

  • OMOptim/Core/Optim/EA: AlgoParameter.cpp (+65 -65), AlgoParameter.h (+8 -8), EABase.cpp (+1 -1), OMEAEvalContinue.h (+17 -17), OMEAEvalFuncCounter.h (+13 -13), OMEAProgress.h (+7 -7), OptimAlgo.cpp (+43 -43), OptimAlgo.h (+4 -4), OptimAlgosList.cpp (+7 -7), OptimAlgosList.h (+6 -6)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

171 lines of code changed in 10 files:

  • OMOptim/Core/Optim/EA: AlgoParameter.cpp (+65 -65), AlgoParameter.h (+8 -8), EABase.cpp (+1 -1), OMEAEvalContinue.h (+17 -17), OMEAEvalFuncCounter.h (+13 -13), OMEAProgress.h (+7 -7), OptimAlgo.cpp (+43 -43), OptimAlgo.h (+4 -4), OptimAlgosList.cpp (+7 -7), OptimAlgosList.h (+6 -6)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

39 lines of code changed in 11 files:

  • OMOptim/Core/Optim/EA: AlgoParameter.cpp (+1), AlgoParameter.h (+1), EABase.cpp (+1), EABase.h (+1), OMEAEvalContinue.h (+1), OMEAEvalFuncCounter.h (+1), OMEAProgress.h (+1), OptimAlgo.cpp (+1), OptimAlgo.h (+1), OptimAlgosList.cpp (+29 -28), OptimAlgosList.h (+1)
hubert.thieriot 2013-04-19 11:13 Rev.: 15861

- some functions now const

1 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA: AlgoParameter.h (+1 -1)
hubert.thieriot 2013-04-11 12:11 Rev.: 15789

- updated SaveOmOptim
- Some bugs corrections in ModPlusCtrls
- removed QObject inheritance

6 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA: OptimAlgo.cpp (+6)
hubert.thieriot 2013-03-28 09:05 Rev.: 15676

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

17 lines of code changed in 2 files:

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

-removed useless signal
- stop problem signal/slot

18 lines of code changed in 3 files:

  • OMOptim/Core/Optim/EA: EABase.cpp (+12 -4), EABase.h (+4 -2), OptimAlgo.h (+2 -1)
hubert.thieriot 2013-01-24 13:33 Rev.: 14907

- adapted to new OMOptimBasis version

1 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA: AlgoParameter.h (+1 -1)
hubert.thieriot 2012-11-28 03:41 Rev.: 14096

- replaced editableField by protectedField (cleaner)

4 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA: AlgoParameter.cpp (+4 -7)
hubert.thieriot 2012-09-01 07:57 Rev.: 12761

- return missing

6 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA: OptimAlgo.cpp (+6 -13)
hubert.thieriot 2012-09-01 04:51 Rev.: 12757

- repared a memory leak (parameters in ModPlusCtrls)
- corrected issues on linux (folders permissions)
- temp directory better managed
- linux binaries (as windows ones) are moved to ./bin/

2 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA: OptimAlgo.h (+2 -3)
hubert.thieriot 2012-08-21 16:58 Rev.: 12619

- added blackbox managment (optimization using executable only)
- first developer documentation

11 lines of code changed in 5 files:

  • OMOptim/Core/Optim/EA: EA (+1), EABase.cpp (+1 -1), EABase.h (+3 -3), OptimAlgosList.cpp (+3), OptimAlgosList.h (+3 -2)
sjoelund.se 2012-08-18 08:37 Rev.: 12583

- Detect people who cannot spell Link?ping correctly

4 lines of code changed in 2 files:

  • OMOptim/Core/Optim/EA: OptimAlgo.cpp (+2 -2), OptimAlgo.h (+2 -2)
hubert.thieriot 2012-07-24 19:03 Rev.: 12360

- created OptimAlgos
- removed OptimAlgosUtils
-updated documentation

282 lines of code changed in 5 files:

  • OMOptim/Core/Optim/EA: OptimAlgo.cpp (+190), OptimAlgo.h (+47 -5), OptimAlgoUtils.h (del), OptimAlgosList.cpp (new 23), OptimAlgosList.h (+22 -15)
hubert.thieriot 2012-04-18 19:19 Rev.: 11769

- removed many unnedded header includes

17 lines of code changed in 3 files:

  • OMOptim/Core/Optim/EA: EABase.h (+7 -5), OptimAlgo.cpp (+8 -8), OptimAlgo.h (+2 -1)
hubert.thieriot 2012-03-14 19:51 Rev.: 11429

- changes in variables : now have models
- changes in Optimization : now can handle several models

5 lines of code changed in 3 files:

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

- Remove some tabs from sources

252 lines of code changed in 8 files:

  • OMOptim/Core/Optim/EA: AlgoParameter.cpp (+138 -138), AlgoParameter.h (+38 -38), OMEAEvalContinue.h (+19 -19), OMEAEvalFuncCounter.h (+18 -18), OMEAProgress.h (+22 -22), OptimAlgo.cpp (+9 -9), OptimAlgo.h (+1 -1), OptimAlgosList.h (+7 -7)
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.

110 lines of code changed in 3 files:

  • OMOptim/Core/Optim/EA: EABase.cpp (+30 -30), EABase.h (+35 -35), OptimAlgoUtils.h (+45 -39)
hubert.thieriot 2012-02-13 13:08 Rev.: 11099

- moditemstree now fills with threads (still to improve)
- use buildModel command in omc instead of simulate
- use .mat reading instead of .csv
- first steps to unsaved warning

32 lines of code changed in 2 files:

  • OMOptim/Core/Optim/EA: EABase.h (+1 -1), OptimAlgo.h (+31 -25)
hubert.thieriot 2012-02-01 19:09 Rev.: 10998

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

11 lines of code changed in 3 files:

  • OMOptim/Core/Optim/EA: EABase.cpp (+3 -3), EABase.h (+1 -1), OptimAlgoUtils.h (+7 -7)
hubert.thieriot 2012-01-17 19:43 Rev.: 10916

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

6 lines of code changed in 3 files:

  • OMOptim/Core/Optim/EA: EABase.cpp (+1 -1), EABase.h (+3 -3), OptimAlgoUtils.h (+2 -2)
hubert.thieriot 2011-12-26 14:23 Rev.: 10834

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

63 lines of code changed in 7 files:

  • OMOptim/Core/Optim/EA: AlgoConfig.h (del), EA (+4 -3), OMEAEvalContinue.h (+45), OptimAlgo.cpp (+2), OptimAlgo.h (+7 -2), OptimAlgoUtils.h (+2 -3), OptimAlgosList.h (+3 -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

8 lines of code changed in 3 files:

  • OMOptim/Core/Optim/EA: EABase.cpp (+1 -4), EABase.h (+1 -2), OptimAlgoUtils.h (+6 -6)
hubert.thieriot 2011-09-05 13:25 Rev.: 9744

Merged with Hubert's branch

872 lines of code changed in 12 files:

  • OMOptim/Core/Optim/EA: AlgoConfig.h (+128 -128), AlgoParameter.cpp (+223 -223), AlgoParameter.h (+104 -104), EABase.cpp (+2 -2), EABase.h (+95 -95), OMEAEvalContinue.h (+90 -90), OMEAEvalFuncCounter.h (+78 -78), OMEAProgress.h (+77 -77), OptimAlgo.cpp (+3 -3), OptimAlgo.h (+5 -5), OptimAlgoUtils.h (+3 -3), OptimAlgosList.h (+64 -64)
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


80 lines of code changed in 2 files:

  • OMOptim/Core/Optim/EA: EABase.cpp (+79 -79), OptimAlgo.h (+1)
hubert.thieriot 2011-07-12 09:53 Rev.: 9453

- merged with Hubert's branch

13 lines of code changed in 5 files:

  • OMOptim/Core/Optim/EA: AlgoConfig.h (+1 -1), EABase.cpp (+5 -7), EABase.h (+1), OMEAEvalFuncCounter.h (+2 -2), OptimAlgo.cpp (+4 -1)
hubert.thieriot 2011-07-06 13:44 Rev.: 9418

- merged with Hubert's branch

541 lines of code changed in 18 files:

  • OMOptim/Core/Optim/EA: EA (-1), EABase.cpp (+14 -15), EABase.h (+9 -11), EAConfig.h (del), MyAlgoUtils.h (del), MyAlgorithm.cpp (del), MyAlgorithm.h (del), MyEAEvalContinue.h (del), MyEAEvalFuncCounter.h (del), MyEAProgress.h (del), MyListAlgos.h (del), OMEAEvalContinue.h (new 88), OMEAEvalFuncCounter.h (new 76), OMEAProgress.h (new 75), OptimAlgo.cpp (new 61), OptimAlgo.h (new 73), OptimAlgoUtils.h (new 83), OptimAlgosList.h (new 62)
hubert.thieriot 2011-05-27 17:41 Rev.: 9147

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

17 lines of code changed in 14 files:

  • OMOptim/Core/Optim/EA: AlgoConfig.h (+1), AlgoParameter.cpp (+2 -1), AlgoParameter.h (+1), EA (+1), EABase.cpp (+1), EABase.h (+1), EAConfig.h (+1), MyAlgoUtils.h (+1), MyAlgorithm.cpp (+1), MyAlgorithm.h (+1), MyEAEvalContinue.h (+1), MyEAEvalFuncCounter.h (+3 -2), MyEAProgress.h (+1), MyListAlgos.h (+1)
sjoelund.se 2011-03-18 21:45 Rev.: 8305

- Fixed compilation/configuration of OMOptim on Linux

2 lines of code changed in 1 file:

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

- fisrt commit of all needed files + binary files

1305 lines of code changed in 14 files:

  • OMOptim/Core/Optim/EA: AlgoConfig.h (new 127), AlgoParameter.cpp (new 220), AlgoParameter.h (new 101), EA (new 3), EABase.cpp (new 92), EABase.h (new 93), EAConfig.h (new 149), MyAlgoUtils.h (new 82), MyAlgorithm.cpp (new 61), MyAlgorithm.h (new 72), MyEAEvalContinue.h (new 89), MyEAEvalFuncCounter.h (new 77), MyEAProgress.h (new 76), MyListAlgos.h (new 63)
Generated by StatSVN 0.7.0