[Flightgear-devel] new feature for condition: precision

2011-08-24 Thread Torsten Dreyer
Hi, I have just pushed a little patch to SimGear to implement feature request #372 (http://code.google.com/p/flightgear-bugs/issues/detail?id=372) This adds some fuzzy-logic to condition elements by introducing an optional precision element. Without the precision element the behavior is

Re: [Flightgear-devel] new feature for condition: precision

2011-08-24 Thread Durk Talsma
On 24 Aug 2011, at 21:50, Torsten Dreyer wrote: The precision element works for int, long, float and double properties. It has no meaning for bool properties as I could not think of any fuzzy logic between true and false. Euuh, maybe :-)

Re: [Flightgear-devel] new feature for condition: precision

2011-08-24 Thread Vivian Meazza
Durk, I'm sure you can - it's just what we need for AI - Bayesian logic. Vivian -Original Message- From: Durk Talsma [mailto:durkt...@gmail.com] Sent: 24 August 2011 21:40 To: FlightGear developers discussions Subject: Re: [Flightgear-devel] new feature for condition