I've been reading some PhD theses about Rete and I want to bend the structures and algorithms a bit and was hoping for feedback, in particular on which structures I could modify. Was hoping for a conversation with a little more depth. Cheers, ~ PM.
Date: Tue, 8 Jan 2013 17:16:31 -0600 From: [email protected] To: [email protected] Subject: Re: [agi] Rete structures and algorithms I've never used retes so I'm just going off of what I read at Wikipedia and DrDobbs. It seems like the Alpha nodes are just checking for individual conditions (e.g. (a<b), or (c = 1)), the connection to the join nodes could be represented as some type of list (linked list, or list of Keys in a database or dictionary) for each alpha node, and the same for the connection from the join nodes to the beta nodes. On 1/8/2013 11:46 AM, Piaget Modeler wrote: Does anyone here understand the Rete algorithm and data structures very well? If so, kindly answer these questions: 1. What is the process by which alpha memories are formed? 2. How exactly are alpha memories linked to join nodes, and join nodes linked to beta memories. Thanks in advance for the simple explanation. I'm sure I'll have follow up questions. ~PM. ------------------------------------------------------------------------------------------------------------------------------------------------ AGI | Archives | Modify Your Subscription ____________________________________________________________ Woman is 53 But Looks 25 Mom reveals 1 simple wrinkle trick that has angered doctors... ConsumerLifestyleMag.com ------------------------------------------- AGI Archives: https://www.listbox.com/member/archive/303/=now RSS Feed: https://www.listbox.com/member/archive/rss/303/21088071-f452e424 Modify Your Subscription: https://www.listbox.com/member/?member_id=21088071&id_secret=21088071-58d57657 Powered by Listbox: http://www.listbox.com
