73 Commits

Author SHA1 Message Date
Fabian Becker
a30a8fc095 Move to new src/ structure.
refs #51
2015-12-10 18:51:33 +01:00
Fabian Becker
77b0750c74 Add NativeProblem that loads libeva2problem.jnilib if present.
closes #47
2015-12-09 10:49:51 +01:00
35bd5c4a9e Added ParameterGenerator for Command Line interface.
Added --help parameter to show help for CLI mode.

refs #35
2014-11-15 12:00:06 +01:00
5a80cb781e Processor thread now has a name.
Fix several html files.
2014-11-14 15:38:26 +01:00
9ea3f4d464 Fix image references and name changes. 2014-11-12 19:23:03 +01:00
6694465ba1 New Logo, new Icon.
Kudos to Marcel Mehlmann for his work on this.
2014-10-23 20:29:32 +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
117284ace5 Fix package names in MatlabInterface 2014-10-22 16:21:53 +02:00
12c7db9251 Remove old config values 2014-10-21 20:21:30 +02:00
bcf9e6fd6f Fix matlab interface.
pom.xml now targets Java 1.6 since Matlab can't handle 1.7.
2013-06-24 15:46:24 +02:00
bb1942055e Fix hard-coded namespace names in several files. 2013-03-06 12:18:50 +01:00
25198b8249 Removed duplicated items. 2012-06-05 12:06:53 +00:00
146d25b628 fixes #22
Implemented LoggingLevelLabel as viewable component in the status bar. A click onto the label will open a popup menu that allows the user to set the logging level for the current process.

The Version number of EvA2 has now increased to 3.0-rc1. Due to the major changes in the GUI and server implementation I think the version number 2.x should be dropped to reflect the size of changes.
2012-05-30 13:49:10 +00:00
b1553f3088 fixes #21
Switched from Ant to Maven.

Usage: 

- Install Maven 3.x
- Enter directory with pom.xml
- Type mvn compile
- Enjoy!
2012-05-28 21:23:12 +00:00
5171371a8e fixes #21
Switched from Ant to Maven.

Usage: 

- Install Maven 3.x
- Enter directory with pom.xml
- Type mvn compile
- Enjoy!
2012-05-28 21:22:43 +00:00
97ffdbf33a refs #17
Added JavaHelp and some first entries into the documentation. JExtDesktopPane now defines keystrokes to access tiling/cascading windows. The main GUI has a new menu structure, showing a preferences entry in the options menu and a "Help Contents" under the Help menu.
2012-05-22 13:52:39 +00:00
0ee348e2b6 refs #14
Added ToolBar to JExtDesktopPane and created new About window.
2012-05-15 15:29:46 +00:00
d2059a5852 Major update! Some related projects might be broken from now on - if so, let me know via email.
This is the first of a series of commits to manifest the new graphical user interface of EvA2.

This commit includes (incomplete list)

- New Icons that are used in the GUI
- A completely refactored GUI with a one-window layout.
- Plots/Text Output will now appear on a JDesktopPane
- Configuration can be done via the sidebar (not yet completely functional)
- New layouts for TabbedPane (currently not active) and JButton (vertical text)
- Code cleanup / removal of TRACE variable
- More classes are now using the Logging facility.

refs #8, #10, #14
fixes #12
2012-05-14 13:57:39 +00:00
0e2db96402 Some cosmetics. Changed the GUI JPanel to a JToolBar and added Icons to the Buttons. 2012-04-19 09:34:02 +00:00
Marcel Kronfeld
a1ff19335a More cosmetics, incremented version number 2011-05-05 14:23:02 +00:00
Marcel Kronfeld
54ebf1d7b5 cosmetics 2011-05-03 12:37:18 +00:00
Marcel Kronfeld
732ed71b42 Minor update to Matlab interface 2011-03-28 16:07:40 +00:00
Marcel Kronfeld
0c6685fa67 Setting a seed population from the Matlab interface 2011-03-28 15:13:56 +00:00
Marcel Kronfeld
489e0a6f3f Multi-criterial example for the Matlab interface 2011-02-16 12:47:15 +00:00
Marcel Kronfeld
cc95798038 Adding MOGA to the Matlab interface 2011-02-16 10:33:06 +00:00
Marcel Kronfeld
510add738e Minor addition to MatlabInterface (flag to deactivate output of all statistic fields which is time-consuming for large populations) 2011-02-15 15:36:41 +00:00
Marcel Kronfeld
98ece7d783 Added examples from the EvA2Doc 2011-02-02 13:58:46 +00:00
Marcel Kronfeld
ee7ac6efc6 Updated version information 2011-02-02 10:27:33 +00:00
Marcel Kronfeld
e6266418aa Minor change to build.xml 2011-02-02 09:17:00 +00:00
Marcel Kronfeld
0b963d7907 Examples for the usage of the Matlab interface 2011-02-01 14:38:08 +00:00
Marcel Kronfeld
649f8e6390 Minor update to the matlab interface 2011-02-01 13:28:55 +00:00
Marcel Kronfeld
d27b78092b Matlab interface bugfix 2011-02-01 10:59:21 +00:00
Marcel Kronfeld
e0e78a1ad3 Adding explicit data types to the Matlab interface. Now integer problems can be tackled, too. 2011-01-25 10:19:08 +00:00
Marcel Kronfeld
a207014610 Matlab interface now uses true binary data type for binary problems 2011-01-21 08:32:31 +00:00
Marcel Kronfeld
af42465438 Small addition to the Matlab interface 2011-01-17 16:40:16 +00:00
Marcel Kronfeld
2a8c8dd0dd Merging mk branch rev. 675 (bugfix) 2010-11-29 14:28:13 +00:00
Marcel Kronfeld
aff7042a51 Updates to the Matlab interface 2010-11-11 13:59:19 +00:00
Marcel Kronfeld
c4ebba116f Updated EvAInfo, version number. 2010-08-16 10:15:53 +00:00
Marcel Kronfeld
e708eebd93 Modified HTML-help 2010-08-13 14:20:03 +00:00
Marcel Kronfeld
6c277c5960 Undo accidental commits 2010-06-09 15:43:34 +00:00
Marcel Kronfeld
fe36c2ee29 Merging MK branch rev 567 (forward exceptions from SerializerObject) 2010-06-09 15:34:17 +00:00
Marcel Kronfeld
126a1780f3 Added simple initialization range interface (req. change of IndividualInterface); added MutateGAUniform; 2010-02-23 08:36:19 +00:00
Marcel Kronfeld
08ab9a7d58 Misc stuff (ant-file, Matlab-interface) 2009-10-19 10:08:35 +00:00
Marcel Kronfeld
ca490cf482 New GP node and help-file for GenericConstraint. 2009-10-19 10:04:05 +00:00
Marcel Kronfeld
d8fbb01e29 F13 doc and range modification. 2009-07-13 15:49:19 +00:00
Marcel Kronfeld
52d707f0e0 MK branch revs. 263 & 295: GUI reordering, GP bugfix. Plus minors (JEInterface.m, tex2html) 2009-06-15 13:21:10 +00:00
Marcel Kronfeld
b41d34a634 Committing GPL 3. 2009-03-18 15:47:08 +00:00
Marcel Kronfeld
a347e220ff Patch to switch matlab CATCH syntax 2009-03-11 13:05:30 +00:00
Marcel Kronfeld
c6da979e51 Updating the JEInterface Matlab code 2009-03-11 12:51:32 +00:00
Marcel Kronfeld
b14118bb6f Updating the JEInterface Matlab code 2009-03-10 08:53:50 +00:00