Directory OMOptim/Core/Optim/EA/Monitor/

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

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 62 (100.0%) 2372 (100.0%) 38.2
hubert.thieriot 34 (54.8%) 1555 (65.6%) 45.7
hudson 11 (17.7%) 634 (26.7%) 57.6
sjoelund.se 16 (25.8%) 178 (7.5%) 11.1
adeas31 1 (1.6%) 5 (0.2%) 5.0

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/Monitor: MyEoGnuplot.cpp (+1), MyEoGnuplot.h (+1), MyEoGnuplot1DMonitor.cpp (+1), MyEoGnuplot1DMonitor.h (+1)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

8 lines of code changed in 3 files:

  • OMOptim/Core/Optim/EA/Monitor: MyEoGnuplot.cpp (+1 -1), MyEoGnuplot.h (+1 -1), MyEoGnuplot1DMonitor.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

85 lines of code changed in 4 files:

  • OMOptim/Core/Optim/EA/Monitor: MyEoGnuplot.cpp (+26 -26), MyEoGnuplot.h (+1 -1), MyEoGnuplot1DMonitor.cpp (+51 -51), MyEoGnuplot1DMonitor.h (+7 -7)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

85 lines of code changed in 4 files:

  • OMOptim/Core/Optim/EA/Monitor: MyEoGnuplot.cpp (+26 -26), MyEoGnuplot.h (+1 -1), MyEoGnuplot1DMonitor.cpp (+51 -51), MyEoGnuplot1DMonitor.h (+7 -7)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

541 lines of code changed in 4 files:

  • OMOptim/Core/Optim/EA/Monitor: MyEoGnuplot.cpp (+138 -137), MyEoGnuplot.h (+144 -143), MyEoGnuplot1DMonitor.cpp (+151 -150), MyEoGnuplot1DMonitor.h (+108 -107)
hubert.thieriot 2013-03-01 12:23 Rev.: 15409

- added omc commandlineoption in OMOptimSettings
- updated gnuplot monitor (no more singleton)
- minor GUI updates

25 lines of code changed in 3 files:

  • OMOptim/Core/Optim/EA/Monitor: MyEoGnuplot.cpp (+7 -4), MyEoGnuplot.h (+15 -15), MyEoGnuplot1DMonitor.h (+3 -1)
hubert.thieriot 2013-02-04 13:30 Rev.: 15052

-removed useless signal
- stop problem signal/slot

27 lines of code changed in 2 files:

  • OMOptim/Core/Optim/EA/Monitor: MyEoGnuplot.cpp (+24 -20), MyEoGnuplot.h (+3 -5)
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/

1 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA/Monitor: MyEoGnuplot1DMonitor.h (+1 -1)
hubert.thieriot 2012-06-18 14:45 Rev.: 12089

- gnuplot objective ploting correction

1 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA/Monitor: MyEoGnuplot1DMonitor.cpp (+1 -1)
hubert.thieriot 2012-05-29 16:58 Rev.: 11950

- gui corrections
- problems threads corrections

1 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA/Monitor: MyEoGnuplot1DMonitor.cpp (+1 -1)
hubert.thieriot 2012-05-15 09:37 Rev.: 11916

- improved gnuplot display of temp optimization results
- clsing .mat file after reading...
- LowTools::mkdir : mkdir with write permissions

150 lines of code changed in 3 files:

  • OMOptim/Core/Optim/EA/Monitor: MyEoGnuplot.cpp (+2 -1), MyEoGnuplot.h (+143 -140), MyEoGnuplot1DMonitor.cpp (+5 -5)
hubert.thieriot 2012-05-11 09:16 Rev.: 11891

- use more QFileInfo instead of QString
- removed useless headers include
- updated MOomc

7 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA/Monitor: MyEoGnuplot1DMonitor.cpp (+7 -3)
hubert.thieriot 2012-04-24 12:18 Rev.: 11794

- improved LowTools::removeDirContents (set permissions before)

2 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA/Monitor: MyEoGnuplot1DMonitor.cpp (+2 -2)
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)

214 lines of code changed in 3 files:

  • OMOptim/Core/Optim/EA/Monitor: MyEoGnuplot.cpp (+23 -18), MyEoGnuplot1DMonitor.cpp (+88 -34), MyEoGnuplot1DMonitor.h (+103 -97)
sjoelund.se 2012-03-13 08:54 Rev.: 11398

- Remove some tabs from sources

85 lines of code changed in 4 files:

  • OMOptim/Core/Optim/EA/Monitor: MyEoGnuplot.cpp (+35 -35), MyEoGnuplot.h (+32 -32), MyEoGnuplot1DMonitor.cpp (+12 -12), MyEoGnuplot1DMonitor.h (+6 -6)
sjoelund.se 2012-02-23 15:06 Rev.: 11185

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

4 lines of code changed in 4 files:

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

- made infosender a singleton working with plugin
- improved modclasstree

210 lines of code changed in 2 files:

  • OMOptim/Core/Optim/EA/Monitor: MyEoGnuplot.cpp (+120 -120), MyEoGnuplot1DMonitor.cpp (+90 -90)
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

10 lines of code changed in 4 files:

  • OMOptim/Core/Optim/EA/Monitor: MyEoGnuplot.cpp (+4 -4), MyEoGnuplot.h (+2 -2), MyEoGnuplot1DMonitor.cpp (+2 -2), MyEoGnuplot1DMonitor.h (+2 -2)
hubert.thieriot 2011-09-05 13:25 Rev.: 9744

Merged with Hubert's branch

457 lines of code changed in 4 files:

  • OMOptim/Core/Optim/EA/Monitor: MyEoGnuplot.cpp (+124 -124), MyEoGnuplot.h (+142 -142), MyEoGnuplot1DMonitor.cpp (+92 -92), MyEoGnuplot1DMonitor.h (+99 -99)
hubert.thieriot 2011-05-27 17:41 Rev.: 9147

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

5 lines of code changed in 4 files:

  • OMOptim/Core/Optim/EA/Monitor: MyEoGnuplot.cpp (+2 -3), MyEoGnuplot.h (+1), MyEoGnuplot1DMonitor.cpp (+1), MyEoGnuplot1DMonitor.h (+1)
adeas31 2011-04-19 17:29 Rev.: 8706

Fixed OMOptim for linux

5 lines of code changed in 1 file:

  • OMOptim/Core/Optim/EA/Monitor: MyEoGnuplot.cpp (+5 -3)
hubert.thieriot 2011-03-18 14:18 Rev.: 8302

- fisrt commit of all needed files + binary files

445 lines of code changed in 4 files:

  • OMOptim/Core/Optim/EA/Monitor: MyEoGnuplot.cpp (new 121), MyEoGnuplot.h (new 139), MyEoGnuplot1DMonitor.cpp (new 89), MyEoGnuplot1DMonitor.h (new 96)
Generated by StatSVN 0.7.0