Directory OMOptim/Core/Optim/EA/SA1/

Total Files:
16
Deleted Files:
0
Lines of Code:
1700

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 97 (100.0%) 1952 (100.0%) 20.1
hudson 38 (39.2%) 1401 (71.8%) 36.8
sjoelund.se 37 (38.1%) 366 (18.8%) 9.8
hubert.thieriot 22 (22.7%) 185 (9.5%) 8.4

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

16 lines of code changed in 16 files:

  • OMOptim/Core/Optim/EA/SA1: SA1.cpp (+1), SA1.h (+1), SA1Algo.h (+1), SA1Archive.h (+1), SA1FitnessAssignement.h (+1), SA1Parameters.h (+1), SA1explorer.h (+1), SA1mo.h (+1), SA1moFullEvalByCopy.h (+1), SA1moLocalSearch.h (+1), SA1moNeighborhoodExplorer.h (+1), SA1moRndWithReplNeighborhood.h (+1), SA1moShiftNeighbor.h (+1), SA1moSolNeighborComparator.h (+1), myEOArchiveUpdater.h (+1), sa1moshiftneighbor.cpp (+1)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

12 lines of code changed in 2 files:

  • OMOptim/Core/Optim/EA/SA1: SA1.h (+6 -6), SA1Algo.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

311 lines of code changed in 12 files:

  • OMOptim/Core/Optim/EA/SA1: SA1.cpp (+69 -69), SA1.h (+12 -12), SA1Algo.h (+19 -19), SA1FitnessAssignement.h (+10 -10), SA1Parameters.h (+40 -40), SA1explorer.h (+56 -56), SA1mo.h (+9 -9), SA1moLocalSearch.h (+26 -26), SA1moNeighborhoodExplorer.h (+2 -2), SA1moRndWithReplNeighborhood.h (+13 -13), SA1moShiftNeighbor.h (+52 -52), SA1moSolNeighborComparator.h (+3 -3)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

311 lines of code changed in 12 files:

  • OMOptim/Core/Optim/EA/SA1: SA1.cpp (+69 -69), SA1.h (+12 -12), SA1Algo.h (+19 -19), SA1FitnessAssignement.h (+10 -10), SA1Parameters.h (+40 -40), SA1explorer.h (+56 -56), SA1mo.h (+9 -9), SA1moLocalSearch.h (+26 -26), SA1moNeighborhoodExplorer.h (+2 -2), SA1moRndWithReplNeighborhood.h (+13 -13), SA1moShiftNeighbor.h (+52 -52), SA1moSolNeighborComparator.h (+3 -3)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

1078 lines of code changed in 24 files:

  • OMOptim/Core/Optim/EA/SA1: SA1.cpp (+1), SA1.h (+1), SA1Algo.h (+1), SA1Archive.h (+12 -11), SA1FitnessAssignement.h (new), SA1Parameters.h (+102 -101), SA1explorer.h (new), SA1mo.h (+86 -85), SA1moFullEvalByCopy.h (new), SA1moLocalSearch.h (+103 -102), SA1moNeighborhoodExplorer.h (+102 -101), SA1moRndWithReplNeighborhood.h (+114 -113), SA1moShiftNeighbor.h (+151 -150), SA1moSolNeighborComparator.h (+50 -49), myEOArchiveUpdater.h (new), sa1moshiftneighbor.cpp (+3 -2)
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/SA1: SA1.cpp (+2 -2), SA1.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/SA1: SA1.cpp (+5 -2)
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/

4 lines of code changed in 3 files:

  • OMOptim/Core/Optim/EA/SA1: SA1moRndWithReplNeighborhood.h (new), SA1moShiftNeighbor.h (+2 -2)
sjoelund.se 2012-08-18 08:37 Rev.: 12583

- Detect people who cannot spell Link?ping correctly

6 lines of code changed in 3 files:

  • OMOptim/Core/Optim/EA/SA1: SA1.cpp (+2 -2), SA1.h (+2 -2), SA1Parameters.h (+2 -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)

148 lines of code changed in 2 files:

  • OMOptim/Core/Optim/EA/SA1: SA1.cpp (+117 -113), SA1Parameters.h (+31 -13)
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/SA1: SA1Parameters.h (+1 -1)
sjoelund.se 2012-03-13 08:54 Rev.: 11398

- Remove some tabs from sources

33 lines of code changed in 6 files:

  • OMOptim/Core/Optim/EA/SA1: SA1.cpp (+17 -17), SA1.h (+6 -6), SA1Algo.h (new), SA1Archive.h (new)
hubert.thieriot 2012-03-12 11:42 Rev.: 11372

- settings changes

1 lines of code changed in 4 files:

  • OMOptim/Core/Optim/EA/SA1: SA1moShiftNeighbor.h (new), sa1moshiftneighbor.cpp (-3)
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.

6 lines of code changed in 2 files:

  • OMOptim/Core/Optim/EA/SA1: SA1.cpp (+4 -4), SA1.h (+2 -2)
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/SA1: SA1.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 2 files:

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

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

5 lines of code changed in 4 files:

  • OMOptim/Core/Optim/EA/SA1: SA1.cpp (new), SA1.h (new)
Generated by StatSVN 0.7.0