|
117284ace5
|
Fix package names in MatlabInterface
|
2014-10-22 16:21:53 +02:00 |
|
|
c93b3ae0ff
|
Further code cleanup
refs #2
- Removed old comments
- Fixed typos
- Removed unused code
|
2014-10-21 22:47:29 +02:00 |
|
|
857fd35977
|
ModuleAdapter refactor
- Remove ModuleAdapters. Will be replaced later.
- Refactor method name with typo
|
2014-10-21 20:21:31 +02:00 |
|
|
0eaddb26ef
|
Update copyright
|
2014-10-21 20:21:30 +02:00 |
|
|
12c7db9251
|
Remove old config values
|
2014-10-21 20:21:30 +02:00 |
|
|
f5e71dbd36
|
Fix classpath bug introduced with performance op.
|
2014-10-21 09:40:45 +02:00 |
|
|
10aaaa37c0
|
Several style fixes.
|
2014-10-20 22:11:05 +02:00 |
|
|
57f4d35c46
|
Improve performance^10 by ignoring all JARs that don't have the EvA substring.
|
2014-10-20 19:18:27 +02:00 |
|
|
b7b88f4415
|
Improve performance by limiting the amount of lines in the Optimization Log
|
2014-10-20 18:18:23 +02:00 |
|
|
0a7907f3f6
|
Add left padding to PropertySheetPanel JTable.
|
2014-10-19 20:10:30 +02:00 |
|
|
d5f1a9eeee
|
Dialogs now open up relative to the parent window.
|
2014-10-19 20:01:01 +02:00 |
|
|
9ce4f3e130
|
Update EvA2Doc
- Remove .aux files
- Change .gitignore to ignore generated LaTeX files
|
2014-10-19 19:42:15 +02:00 |
|
|
75211cb769
|
More cleanup.
|
2014-10-19 19:08:48 +02:00 |
|
|
2cd764776a
|
Prevent internal frames from getting minified as it causes issues on Mac.
|
2014-10-19 16:29:11 +02:00 |
|
|
c79d2e893f
|
Performance improvements. Cleanup.
|
2014-10-19 16:28:56 +02:00 |
|
|
7d6a9faf66
|
Remove last traces of the TRACE variable.
|
2014-10-19 14:19:54 +02:00 |
|
|
d9cc88e60d
|
Major code cleanup.
|
2014-10-19 12:37:35 +02:00 |
|
|
f4b064e64a
|
Fix close modal.
closes #17
|
2014-10-19 03:22:24 +02:00 |
|
|
b01b65f790
|
Only show window after loading first module. Makes the UI appear instantly after splash screen.
|
2014-10-17 19:37:45 +02:00 |
|
|
5a75df616b
|
Much better bootup process for GUI
- GUI is now centered and 1024x800 by default
- SplashScreen stays on top
- SplashScreen loads image faster
|
2014-10-17 19:17:34 +02:00 |
|
|
a0ea08dfbe
|
Implement proper modal dialogs.
- Get root pane's parent (either JFrame or JDialog) and set it as parent.
- Only set dialog visible when explicitly called
|
2014-10-17 19:05:43 +02:00 |
|
|
4245365b39
|
Properly use logger in KnownOPtimaFoundTerminator
|
2014-10-17 19:05:23 +02:00 |
|
|
5078c58bd0
|
Cleanup and fix for FLensProblem viewer
|
2014-10-16 21:39:07 +02:00 |
|
|
a7a277f9ff
|
More cleanup and UI fixes.
|
2014-10-16 16:44:52 +02:00 |
|
|
023f09e044
|
- Move stuff around
- Deactivate nasty packing on frame update
- Go back to native UI rendering
|
2014-10-16 14:29:42 +02:00 |
|
|
40eee88eea
|
Rename methods for clarity.
|
2014-10-16 11:42:01 +02:00 |
|
|
69a78d5757
|
More code cleanup.
|
2014-10-16 11:23:35 +02:00 |
|
|
daef96899a
|
Cleanup.
|
2014-10-16 01:16:27 +02:00 |
|
|
659a77c0dc
|
Added additional log output.
|
2014-10-16 00:58:11 +02:00 |
|
|
7e8d3520a9
|
Remove unused class.
|
2014-10-08 14:45:52 +02:00 |
|
|
09dabcdd41
|
Revert back to java.util.Random
|
2014-10-08 14:44:34 +02:00 |
|
|
3e3df4d8a2
|
Move to SecureRandom for better Random number generation.
|
2014-10-07 16:08:12 +02:00 |
|
|
5b1f696fa4
|
Merge branch 'master' of gitlab.cs.uni-tuebingen.de:eva2/eva2
Conflicts:
src/eva2/problems/DynJumpProblem.java
|
2014-10-07 15:45:15 +02:00 |
|
|
e40041615d
|
Random fixes across the board
|
2014-10-07 15:42:55 +02:00 |
|
|
89e2bbb2d2
|
Move problems package to eva2.
fixes #16
|
2014-07-23 15:56:02 +02:00 |
|
|
e973b44914
|
Moves simpleproblems package to eva2.optimization.problems.simple
fixes #14
|
2014-07-22 14:40:26 +02:00 |
|
|
827b107d44
|
Cleanup of unused code. Removed further traces of TRACE.
|
2014-07-22 14:38:41 +02:00 |
|
|
5c77484a11
|
Adding CEC2005 constraints
|
2014-02-16 14:00:22 +01:00 |
|
|
5ac9542893
|
Removed all m_ variable names (some remaining in comments -> I don't care!)
Now gonna get drunk and celebrate: 7.5k lines refactored! FYEAH
|
2014-02-05 19:35:33 +01:00 |
|
|
85fa426e30
|
Remove m_ from all operator classes
|
2014-02-05 16:41:39 +01:00 |
|
|
7223d27a08
|
Removed another 1k m_
|
2014-02-05 15:54:56 +01:00 |
|
|
46bff71b69
|
Remove remaining m_ from eva2.gui
|
2014-02-05 15:11:59 +01:00 |
|
|
8c38ce8cbd
|
Removed m_ from most files in eva2.gui
|
2014-02-05 15:02:54 +01:00 |
|
|
7232f818ce
|
Convert most mutation strategies.
|
2014-02-05 12:14:47 +01:00 |
|
|
7e58bcf83c
|
Removed m_ prefixes from optimization problems.
|
2014-01-28 23:09:34 +01:00 |
|
|
0d07553546
|
Refactored all eva2.optimization.mocco m_ variables
|
2014-01-28 22:17:13 +01:00 |
|
|
41f58bb2f9
|
Removed m_ notation from classes in eva2.optimization.individuals
|
2014-01-28 20:52:29 +01:00 |
|
|
53b5111df7
|
Refactored all m_ from eva2.optimization.strategies
|
2014-01-28 20:37:15 +01:00 |
|
|
22fafe185a
|
Removed m_ occurenced in eva2.optimization.tools
|
2014-01-28 19:51:52 +01:00 |
|
|
00253c273a
|
Cleanup m_ variables in eva2.tools
|
2014-01-28 16:55:01 +01:00 |
|