Class Summary |
ConfigureAnnealing |
Use simulated annealing to find the best configuration of
simulated annealing. |
InverseObjectiveFunction |
Normally this would just be an anonymous class, but we're using it
from two classes. |
InverseTest |
Use simulated annealing to calculate the inverse of
two functions with three variables
a=sin(x)*exp(y)*z
b=exp(x)*sin(y) |
TestAnneal |
shows how to invoke the annealing code using an example from JSimul |
Trivial |
solve (x-3)^2=0 using simulated annealing |
Util |
Test classes utilities |