Added MOEA to OptimizerFactory, moved construction sites to research package.

This commit is contained in:
Marcel Kronfeld
2008-06-27 14:05:27 +00:00
parent ff24ffcf80
commit 4ed16eee27
5 changed files with 69 additions and 314 deletions

View File

@@ -455,12 +455,13 @@
</target>
<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Generate Distribution
Generate Distribution and put it online. This also replaces the
Probs and ESModel packages so keep them synchronized.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<target name="distToWWW" depends="dist">
<target name="distToWWW" depends="init">
<mkdir dir="${web.download.directory}/old-${DSTAMP}-${TSTAMP}" />
<copy todir="${web.download.directory}/old-${DSTAMP}-${TSTAMP}">
<copy todir="${web.download.directory}/old-${DSTAMP}-${TSTAMP}">
<fileset dir="${web.download.directory}">
<include name="**Src.tar.gz" />
<include name="**.jar" />
@@ -471,6 +472,9 @@
<include name="**Src.tar.gz" />
<include name="**.jar" />
</fileset>
<fileset dir="${source.directory}/eva2">
<include name="EvAInfo.java" />
</fileset>
</copy>
</target>