s c i e n c e
t h o u g h t
p h y l o s o p h y
h u m a n i t y
s o u l
g o d
a n s w e r s
|
- A S S I G N M E N T 1
The All powerfull vacumm
Random simple reflex vacumm cleaning agent.
(On-line, Animated)
- A S S I G N M E N T 2
Eight Queens:
Classic eight queens problem given than when
placing each queen, care is taken that no queen
is attacking. Four different formulations are
presented. Smooth Operator takes in
consideration the column with most attacks.
The other three, Hill Climbing, Hill Climbing
with random restart, and Simmulated Annealing
use a random initial stated and from there they
atempt to climb to the top.
(On-line, Multiple Choice, Step Through)
Survey of an 8 piece puzzle
Comparison of different heuristis functions to solve the eight
puzzle. All of them use an A* algorithm. Beware, that
since it returns an optimal path (look in the java
console for actual final stack,) it may take quite a
while if the intial state is too obscure.
(On-line, Multiple Choice, Animated, Complex)
|