732 Commits

Author SHA1 Message Date
802a36eb60 Consistently have a white background in propertypanel 2014-10-31 00:34:55 +01:00
4db79c69d2 Remove a huge chunk of globalInfo methods.
refs #9
2014-10-31 00:29:22 +01:00
0b35a9e880 Fixes sidebar issue with content disappearing.
fixes #6
- Use the correct LayoutManager for the CellRenderer/Editor
- Fixed Button style
2014-10-30 18:42:16 +01:00
b9e43e1174 Fix GUI hidden properties (setProblem) in Optimizers 2014-10-30 16:27:35 +01:00
6465afb3e9 New MaximumTimeTerminator
closes #28
- Implements new MaximumTimeTerminator
- Bit of cleanup + making some classes final where useful
2014-10-29 23:10:47 +01:00
079715bb24 Fix globalInfo/annotations. 2014-10-29 22:36:10 +01:00
0202692844 Various bugfixes.
- Properly handle loading/searching of classes with EvA prefix
- Properly open Main window and set Logger when invoked from within JVM
- New F22Problem
2014-10-29 17:44:34 +01:00
668dcb6974 New @Hidden annotation to permanently hide properties from the UI.
refs #13
2014-10-28 20:35:35 +01:00
24597ad01b Hide properties from Population.
refs #13
2014-10-28 19:04:57 +01:00
3a3ebc502b Cleanup. 2014-10-28 18:53:52 +01:00
90f006a239 Hide problem in optimizers
refs #13
2014-10-28 18:17:10 +01:00
f752f2bcc6 Update pom.xml
no ref
- Remove jchart2d until we can move to it
- Update SCM connector paths
2014-10-27 20:39:11 +01:00
d170727f8e Small bugfix for setting the problemDimension.
refs #26
2014-10-27 20:36:23 +01:00
f43e575b18 Abstract getProblemDimension into InterfaceOptimizationProblem
closes #26
- Clean up problems that implemented getProblemDimension
- Move getProblemDimension to Interface and implement it in AbstractOptimizationProblem
- Output the problem dimension in the Processor (e.g. when running an optimization)
2014-10-27 15:54:16 +01:00
5799e6bdd2 Rename method in EvAStatisticalEvaluation to what it actually does. 2014-10-27 15:16:52 +01:00
adc5f58133 Some corrections to ABC.
More cleanup.
2014-10-27 09:46:59 +01:00
3a02431d25 Remove ANT files.
refs #22
2014-10-26 20:24:17 +01:00
adc0d74bf7 Rename AbstractEAIndividualComparator to EAIndividualComparator as it is not abstract. 2014-10-26 19:40:55 +01:00
a8320cad76 Implements ABC algorithm
fixes #24
2014-10-26 17:08:37 +01:00
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