Re: learnable dynamics (was Goal of AI...)
- From: Michael Olea <oleaj@xxxxxxxxxxxxx>
- Date: Mon, 29 May 2006 00:41:37 GMT
Michael Olea wrote:
Anyhow, a simple C++ "functor" for the logistic map:
template<typename TREAL = float>....
class LogisticMap
Something to keep in mind is that, because of the finite resolution of
computer representations of real numbers, and becasue of roundoff, this is
of course only an approximation of the logistic map. Suppose we use 32 bit
floating point numbers. Then there are oh, something like 8 million
distinct values only in the range (0, 1). So even if the dynamics are
aperiodic the digital approximation must become periodic eventually. That
is one motivation for making the representation of reals a compile-time
parameter.
-- Michael
.
- References:
- Goal of AI: Perfect or Bounded Rationality
- From: adityar7
- Re: Goal of AI: Perfect or Bounded Rationality
- From: JGCASEY
- Re: Goal of AI: Perfect or Bounded Rationality
- From: adityar7
- Re: Goal of AI: Perfect or Bounded Rationality
- From: Curt Welch
- Re: Goal of AI: Perfect or Bounded Rationality
- From: jalegris
- Re: Goal of AI: Perfect or Bounded Rationality
- From: Curt Welch
- Re: Goal of AI: Perfect or Bounded Rationality
- From: jalegris
- Re: Goal of AI: Perfect or Bounded Rationality
- From: Curt Welch
- Re: Goal of AI: Perfect or Bounded Rationality
- From: jalegris
- Re: Goal of AI: Perfect or Bounded Rationality
- From: Curt Welch
- Re: Goal of AI: Perfect or Bounded Rationality
- From: emotioncube
- Re: Goal of AI: Perfect or Bounded Rationality
- From: Curt Welch
- Re: Goal of AI: Perfect or Bounded Rationality
- From: Michael Olea
- Re: Goal of AI: Perfect or Bounded Rationality
- From: Curt Welch
- Re: Goal of AI: Perfect or Bounded Rationality
- From: Michael Olea
- Re: Goal of AI: Perfect or Bounded Rationality
- From: JGCASEY
- Re: Goal of AI: Perfect or Bounded Rationality
- From: Michael Olea
- Re: Goal of AI: Perfect or Bounded Rationality
- From: JGCASEY
- learnable dynamics (was Goal of AI...)
- From: Michael Olea
- Goal of AI: Perfect or Bounded Rationality
- Prev by Date: learnable dynamics (was Goal of AI...)
- Next by Date: Re: learnable dynamics (was Goal of AI...)
- Previous by thread: learnable dynamics (was Goal of AI...)
- Next by thread: Re: learnable dynamics (was Goal of AI...)
- Index(es):