[
https://issues.apache.org/jira/browse/MAHOUT-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Deneche A. Hakim updated MAHOUT-56:
-----------------------------------
Attachment: watchmaker-tsp.patch
I moved the class discovery code (org.apache.mahout.ga.watchmaker.ca) to the
examples directory, until I figure out how to make it more generic :P
I made some changes to the build.xml :
* *ant compile-examples* will now compile all the code int src/main/examples,
not that you'll need the ejb.jar library in order to compile the cf.taste.ejb
example
* *ant examples-test* will lunch all the tests in the src/test/examples
directory. It will allow us to add unit tests for the examples
you can run the CDGA algorithm, after generating the examples-job, by using the
following command
{noformat}
<hadoop-0.17.0_HOME>/bin/hadoop jar
<mahout_HOME>/core/build/apache-mahout-0.1-dev-ex.jar
org.apache.mahout.ga.watchmaker.cd.CDGA
<mahout_HOME>/core/src/main/resources/wdbc/ 0.9 1 0.033 0.1 0 100 10
{noformat}
I will explain later what all those parameters mean...
> Watchmaker Integration
> ----------------------
>
> Key: MAHOUT-56
> URL: https://issues.apache.org/jira/browse/MAHOUT-56
> Project: Mahout
> Issue Type: Task
> Components: Genetic Algorithms
> Reporter: Deneche A. Hakim
> Assignee: Grant Ingersoll
> Priority: Minor
> Fix For: 0.1
>
> Attachments: libs.zip, watchmaker-tsp.patch, watchmaker-tsp.patch,
> watchmaker-tsp.patch, watchmaker-tsp.patch, watchmaker-tsp.patch,
> watchmaker-tsp.patch, watchmaker-tsp.patch, watchmaker-tsp.patch
>
>
> The goal of this task is to allow watchmaker definded problems be solved in
> Mahout.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.