You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Deneche A. Hakim (JIRA)" <ji...@apache.org> on 2009/01/16 10:02:01 UTC

[jira] Created: (MAHOUT-102) Use Watchmaker 0.5.0 instead of 0.4.3

Use Watchmaker 0.5.0 instead of 0.4.3
-------------------------------------

                 Key: MAHOUT-102
                 URL: https://issues.apache.org/jira/browse/MAHOUT-102
             Project: Mahout
          Issue Type: Improvement
          Components: Genetic Algorithms
    Affects Versions: 0.1
            Reporter: Deneche A. Hakim
            Priority: Minor
             Fix For: 0.1


Watchmaker 0.5.0 is available.
The biggest change is the availability of the SequentialEvolutionEngine, so we no more need our own implementation of a Single Threaded Evolution Engine (STEvolutionEngine).
There also other small changes that affect our own code, and should be updated.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAHOUT-102) Use Watchmaker 0.5.0 instead of 0.4.3

Posted by "Deneche A. Hakim (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAHOUT-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deneche A. Hakim updated MAHOUT-102:
------------------------------------

    Attachment: watchmaker-0.5.0.zip

new libraries

> Use Watchmaker 0.5.0 instead of 0.4.3
> -------------------------------------
>
>                 Key: MAHOUT-102
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-102
>             Project: Mahout
>          Issue Type: Improvement
>          Components: Genetic Algorithms
>    Affects Versions: 0.1
>            Reporter: Deneche A. Hakim
>            Priority: Minor
>             Fix For: 0.1
>
>         Attachments: watchmaker-0.5.0.zip, watchmaker0-5-0.patch
>
>
> Watchmaker 0.5.0 is available.
> The biggest change is the availability of the SequentialEvolutionEngine, so we no more need our own implementation of a Single Threaded Evolution Engine (STEvolutionEngine).
> There also other small changes that affect our own code, and should be updated.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAHOUT-102) Use Watchmaker 0.5.0 instead of 0.4.3

Posted by "Deneche A. Hakim (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAHOUT-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deneche A. Hakim updated MAHOUT-102:
------------------------------------

    Status: Patch Available  (was: Open)

The code has been updated to use the latest version of Watchmaker (0.5.0). The most important change is the deletion of STEvolutionEngine (now we use SequentialEvolutionEngine available with Watchmaker).

I cannot make the path delete some files, so the following changes must be done when this patch is commited:
* remove "watchmaker-framework-0.4.3.jar" and "watchmaker-swing-0.4.3.jar" from core/lib
* add "watchmaker-framework-0.5.0.jar" and "watchmaker-swing-0.5.0.jar" (available in the attached zip file) in core/lib
* delete "wdbc" directory and "wdbc.infos" from core/src/test/resource


> Use Watchmaker 0.5.0 instead of 0.4.3
> -------------------------------------
>
>                 Key: MAHOUT-102
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-102
>             Project: Mahout
>          Issue Type: Improvement
>          Components: Genetic Algorithms
>    Affects Versions: 0.1
>            Reporter: Deneche A. Hakim
>            Priority: Minor
>             Fix For: 0.1
>
>
> Watchmaker 0.5.0 is available.
> The biggest change is the availability of the SequentialEvolutionEngine, so we no more need our own implementation of a Single Threaded Evolution Engine (STEvolutionEngine).
> There also other small changes that affect our own code, and should be updated.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAHOUT-102) Use Watchmaker 0.5.0 instead of 0.4.3

Posted by "Sean Owen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAHOUT-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen updated MAHOUT-102:
-----------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I committed this per your instructions Deneche.

> Use Watchmaker 0.5.0 instead of 0.4.3
> -------------------------------------
>
>                 Key: MAHOUT-102
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-102
>             Project: Mahout
>          Issue Type: Improvement
>          Components: Genetic Algorithms
>    Affects Versions: 0.1
>            Reporter: Deneche A. Hakim
>            Assignee: Grant Ingersoll
>            Priority: Minor
>             Fix For: 0.1
>
>         Attachments: watchmaker-0.5.0.zip, watchmaker0-5-0.patch
>
>
> Watchmaker 0.5.0 is available.
> The biggest change is the availability of the SequentialEvolutionEngine, so we no more need our own implementation of a Single Threaded Evolution Engine (STEvolutionEngine).
> There also other small changes that affect our own code, and should be updated.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAHOUT-102) Use Watchmaker 0.5.0 instead of 0.4.3

Posted by "Deneche A. Hakim (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAHOUT-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deneche A. Hakim updated MAHOUT-102:
------------------------------------

    Attachment: watchmaker0-5-0.patch

After applying this patch, please do the following:

* int core/lib, replace the following libraries:
watchmaker-framework-0.4.3.jar
watchmaker-swing-0.4.3.jar

by those from the attached zip file:
watchmaker-framework-0.5.0.jar 
watchmaker-swing-0.5.0.jar

* delete the directory "core/src/test/resource/wdbc" and the file "core/src/test/resource/wdbc.infos"

> Use Watchmaker 0.5.0 instead of 0.4.3
> -------------------------------------
>
>                 Key: MAHOUT-102
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-102
>             Project: Mahout
>          Issue Type: Improvement
>          Components: Genetic Algorithms
>    Affects Versions: 0.1
>            Reporter: Deneche A. Hakim
>            Priority: Minor
>             Fix For: 0.1
>
>         Attachments: watchmaker-0.5.0.zip, watchmaker0-5-0.patch
>
>
> Watchmaker 0.5.0 is available.
> The biggest change is the availability of the SequentialEvolutionEngine, so we no more need our own implementation of a Single Threaded Evolution Engine (STEvolutionEngine).
> There also other small changes that affect our own code, and should be updated.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (MAHOUT-102) Use Watchmaker 0.5.0 instead of 0.4.3

Posted by "Grant Ingersoll (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAHOUT-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Ingersoll reassigned MAHOUT-102:
--------------------------------------

    Assignee: Grant Ingersoll

> Use Watchmaker 0.5.0 instead of 0.4.3
> -------------------------------------
>
>                 Key: MAHOUT-102
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-102
>             Project: Mahout
>          Issue Type: Improvement
>          Components: Genetic Algorithms
>    Affects Versions: 0.1
>            Reporter: Deneche A. Hakim
>            Assignee: Grant Ingersoll
>            Priority: Minor
>             Fix For: 0.1
>
>         Attachments: watchmaker-0.5.0.zip, watchmaker0-5-0.patch
>
>
> Watchmaker 0.5.0 is available.
> The biggest change is the availability of the SequentialEvolutionEngine, so we no more need our own implementation of a Single Threaded Evolution Engine (STEvolutionEngine).
> There also other small changes that affect our own code, and should be updated.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.