Newsgroups: comp.ai.fuzzy
Path: cantaloupe.srv.cs.cmu.edu!rochester!cornellcs!newsstand.cit.cornell.edu!portc01.blue.aol.com!news-peer.gsl.net!news.gsl.net!hunter.premier.net!news1.erols.com!howland.erols.net!surfnet.nl!news.unisource.nl!news.tip.nl!news
From: sypkens.smit@tip.nl (Matthijs Sypkens Smit)
Subject: (Fuzzy) Logic in number game.
X-Nntp-Posting-Host: utrecht44.pop.tip.nl
Message-ID: <DyAq31.L07@tip.nl>
Sender: news@tip.nl (The News User)
Reply-To: sypkens.smit@tip.nl (Matthijs Sypkens Smit)
Organization: The Internet Plaza
X-Newsreader: Forte Free Agent 1.0.82
Date: Wed, 25 Sep 1996 16:03:41 GMT
Lines: 29

Hello,

I've made a little game. It works the following way:
The computer generates a number from 1 to 1000.
The user has to guess whether the next number will be higher or lower
than the previous one. Each time the prediction was right the user is
awarded a point.

After this I changed the program in such a way that the computer
played the game and while playing showed the average points he got.
If the computer plays I simply use the following method for
determining whether the next number is going to be higher or lower:
If the generated number is above 500 the computer "guesses" lower,
else he quesses higher. Using this method I alway get an average of
about 3.

So my question is:
Is there any Fuzzy method for determening if the following number is
going to be higher or lower?

Maybe using the prior values of the numbers or putting a little
arbitrary in the computers "logic".

Any help or suggestions are appriciated.
BTW: It's programmed with Visual Basic.

Matthijs Sypkens Smit
sypkens.smit@tip.nl

