You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by Grant Ingersoll <gs...@apache.org> on 2011/11/04 15:40:41 UTC

EvolutionaryProcess vs. ThreadedEvolutionaryProcess

EvolutionaryProcess (EP) seems to be used, ThreadedEvolutionaryProcess (TEP) is not.  EP also seems to have threading.  What's the purpose of TEP?

-Grant

Re: EvolutionaryProcess vs. ThreadedEvolutionaryProcess

Posted by Sean Owen <sr...@gmail.com>.
OK I'll just nix it.

On Fri, Nov 4, 2011 at 3:01 PM, Ted Dunning <te...@gmail.com> wrote:
> TEP was an early version that allows optimization of a fixed function.  I
> used it in the first testing to make sure that I got the algorithms right.
>
> Not required for Mahout any more unless others need to optimize functions
> in general.
>
> On Fri, Nov 4, 2011 at 7:40 AM, Grant Ingersoll <gs...@apache.org> wrote:
>
>> EvolutionaryProcess (EP) seems to be used, ThreadedEvolutionaryProcess
>> (TEP) is not.  EP also seems to have threading.  What's the purpose of TEP?
>>
>> -Grant
>

Re: EvolutionaryProcess vs. ThreadedEvolutionaryProcess

Posted by Ted Dunning <te...@gmail.com>.
TEP was an early version that allows optimization of a fixed function.  I
used it in the first testing to make sure that I got the algorithms right.

Not required for Mahout any more unless others need to optimize functions
in general.

On Fri, Nov 4, 2011 at 7:40 AM, Grant Ingersoll <gs...@apache.org> wrote:

> EvolutionaryProcess (EP) seems to be used, ThreadedEvolutionaryProcess
> (TEP) is not.  EP also seems to have threading.  What's the purpose of TEP?
>
> -Grant