|
5bd11e4624
|
Small cleanup and better documentation.
|
2014-10-26 17:08:01 +01:00 |
|
|
ca30e6c705
|
Start of implementation for AdaptiveDE
|
2014-10-25 17:34:04 +02:00 |
|
|
2ae2a17cfe
|
Introduce new AbstractOptimizer
closes #21
- Remove methods implemented in AbstractOptimizer from optimizers whenever possible.
|
2014-10-25 17:03:44 +02:00 |
|
|
a42bbf685a
|
Remove setIdentifier/getIdentifier from InterfaceOptimizer as it was not used.
refs #2
|
2014-10-25 01:27:18 +02:00 |
|
|
6b05a71a86
|
Documenation update in statistics package.
refs #2
|
2014-10-24 20:49:03 +02:00 |
|
|
3987cd11e2
|
Minor fixes.
refs #2
|
2014-10-24 16:01:31 +02:00 |
|
|
3cdb25b393
|
Show modal when attempting to close EvA with CMD+Q or via menu.
|
2014-10-24 11:03:23 +02:00 |
|
|
cb5bedd263
|
Clean up statistics code
fixes #20
- Move enums from .stat to .enums
- rename .stat package to .statistics
- make strings in StringSelectionEditor human readable
|
2014-10-24 10:58:44 +02:00 |
|
|
6694465ba1
|
New Logo, new Icon.
Kudos to Marcel Mehlmann for his work on this.
|
2014-10-23 20:29:32 +02:00 |
|
|
15e5efb2a0
|
Fix ToolTip not appearing on front sheet panel.
We now traverse the superclass hierarchy and search for a field with the
matching annotation.
|
2014-10-23 19:35:11 +02:00 |
|
|
468aa7b2a0
|
Fix ToolTip not appearing on front sheet panel.
We now traverse the superclass hierarchy and search for a field with the
matching annotation.
|
2014-10-23 17:50:12 +02:00 |
|
|
2593ec2a70
|
Properly show ToolTipText on the PropertySheetPanel.
Fix missing HTML for OptimizationParameters.
Clean up PropertySheetPanel.
|
2014-10-23 17:11:49 +02:00 |
|
|
b13e81e59c
|
Cleanup and documentation update.
refs #2
|
2014-10-23 13:53:52 +02:00 |
|
|
c7bf4dd7e2
|
Merge branch 'master' of gitlab.cs.uni-tuebingen.de:eva2/eva2
|
2014-10-23 11:52:08 +02:00 |
|
|
cb5c709f4b
|
More general cleanup.
refs #2
|
2014-10-23 11:53:08 +02:00 |
|
|
df420a06c8
|
More general cleanup.
refs #2
|
2014-10-22 21:19:57 +02:00 |
|
|
945889dcaf
|
Refactoring foo
|
2014-10-22 17:32:41 +02:00 |
|
|
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 |
|