Distributed GA...

2010-04-14 Thread Atul Kulkarni
Hello All, Any suggestions on reading papers for Distributed and MR based Genetic Algorithms? -- Thanks and Regards, Atul Kulkarni

Collections release

2010-04-14 Thread Benson Margulies
I'll be on vacation at the 72-hour mark, so I won't mop this all up until Sunday or Monday.

Re: [jira] Commented: (MAHOUT-379) SequentialAccessSparseVector.equals does not agree with AbstractVector.equivalent

2010-04-14 Thread Jake Mannix
+1 -jake On Apr 14, 2010 3:20 PM, "Jeff Eastman" wrote: Ted Dunning wrote: > > On Wed, Apr 14, 2010 at 12:53 PM, Sean Owen < sro...@gmail.com> wrote: > > >... +1 from the creator thereof, even. Especially since they never got used.

Re: [jira] Commented: (MAHOUT-379) SequentialAccessSparseVector.equals does not agree with AbstractVector.equivalent

2010-04-14 Thread Jeff Eastman
Ted Dunning wrote: On Wed, Apr 14, 2010 at 12:53 PM, Sean Owen wrote: I would actually prefer ripping names out of the base vectors entirely. They should decorate the mathematical vector, but as their use is decidedly non-mathematical and application specific (we basically do

Re: [jira] Commented: (MAHOUT-379) SequentialAccessSparseVector.equals does not agree with AbstractVector.equivalent

2010-04-14 Thread Ted Dunning
On Wed, Apr 14, 2010 at 12:53 PM, Sean Owen wrote: > > > I would actually prefer ripping names out of the base vectors entirely. > > They should decorate the mathematical vector, but as their use is > decidedly > > non-mathematical and application specific (we basically don't use them at > > all

Re: [jira] Commented: (MAHOUT-379) SequentialAccessSparseVector.equals does not agree with AbstractVector.equivalent

2010-04-14 Thread Sean Owen
On Wed, Apr 14, 2010 at 3:28 PM, Jake Mannix wrote: > What is the transitivity problem?  If (a instanceof VClassA), (b instanceof > VClassB) and (c instanceof VClassC), if all three equals() methods compare > the same things (ie values, names, not implementation), then a.equals(b) && > b.equals(c)

Re: [jira] Commented: (MAHOUT-379) SequentialAccessSparseVector.equals does not agree with AbstractVector.equivalent

2010-04-14 Thread Jake Mannix
Ok, back on list with this then (Thanks Danny for reminding us to deal with this perennial issue we have!) On Wed, Apr 14, 2010 at 2:26 AM, Sean Owen (JIRA) wrote: > > Yeah let's take some time to get this right. At the moment I see four > notions of equivalence in Vector (which is down from fi

[jira] Commented: (MAHOUT-379) SequentialAccessSparseVector.equals does not agree with AbstractVector.equivalent

2010-04-14 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12856835#action_12856835 ] Grant Ingersoll commented on MAHOUT-379: I think we probably should have a discussi

[jira] Commented: (MAHOUT-379) SequentialAccessSparseVector.equals does not agree with AbstractVector.equivalent

2010-04-14 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12856812#action_12856812 ] Sean Owen commented on MAHOUT-379: -- Yeah let's take some time to get this right. At the mo

[jira] Updated: (MAHOUT-379) SequentialAccessSparseVector.equals does not agree with AbstractVector.equivalent

2010-04-14 Thread Danny Leshem (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Leshem updated MAHOUT-379: Description: When a SequentialAccessSparseVector is serialized and deserialized using VectorWritab

[jira] Updated: (MAHOUT-379) SequentialAccessSparseVector.equals does not agree with AbstractVector.equivalent

2010-04-14 Thread Danny Leshem (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Leshem updated MAHOUT-379: Description: When a SequentialAccessSparseVector is serialized and deserialized using VectorWritab

[jira] Created: (MAHOUT-379) SequentialAccessSparseVector.equals does not agree with AbstractVector.equivalent

2010-04-14 Thread Danny Leshem (JIRA)
SequentialAccessSparseVector.equals does not agree with AbstractVector.equivalent - Key: MAHOUT-379 URL: https://issues.apache.org/jira/browse/MAHOUT-379 Project: Mahout