I think Jeewoong Byeon wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] > Hi! > I have a very newbie question. For me, Jess is the way to show better > UI at first glance. But I am wrong.
No idea what you're saying here. > Then I found that so many people using Jess with Repast like simulation > toolkit. > Why people use Jess in agent simulation model? All Jess rule can > represent in punch of if-then-else statement in Java. Then what is > the Jess's advantage to use it? All computation is a "bunch" of if-then-else statements, in Java or in any other language. Anything computable can be computed that way. A rule engine like Jess lets you write interrelated logical statements separately, leading to clearer code, and it evaluates them efficiently for large quantities of data. Programming with rules works very well when you're coding a problem that doesn't have an algorithmic solution. --------------------------------------------------------- Ernest Friedman-Hill Advanced Software Research Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 PO Box 969, MS 9012 [EMAIL PROTECTED] Livermore, CA 94550 http://herzberg.ca.sandia.gov -------------------------------------------------------------------- To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use your own address!) List problems? Notify [EMAIL PROTECTED] --------------------------------------------------------------------
