Changeset 38 for trunk

Show
Ignore:
Timestamp:
03/17/08 03:34:42 (8 months ago)
Author:
lhealy
Message:

Indicate in documentation.html that simulated annealing is being
rewritten in GSL.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/documentation/documentation.html

    r37 r38  
    124124 because GSL does not supply an example and it is not clear how it is 
    125125 used.  Contributions welcome.  
    126 <li><a href="Simulated-Annealing.html">Simulated Annealing</a> has 
    127  been done but does not work. 
     126<li><a href="Simulated-Annealing.html">Simulated Annealing</a> is 
     127 known have problems in GSL and <a 
     128 href="https://gna.org/projects/annealing">is being redesigned</a>;  
     129 the distributed version has been ported in GSLL but does not work. 
    128130<li><a href="Wavelet-Transforms.html">Wavelet Transforms</a> has been 
    129131 done but the results of the example do not agree with the GSL manual. 
     
    151153<!-- hhmts start --> 
    152154    <small> 
    153        Time-stamp: <2008-03-15 21:59:58EDT documentation.html> 
     155       Time-stamp: <2008-03-16 09:28:03EDT documentation.html> 
    154156       </small> 
    155157<!-- hhmts end --> 
  • trunk/simulated-annealing.lisp

    r26 r38  
    11;; Simulated Annealing 
    22;; Liam Healy Sun Feb 11 2007 - 17:23 
    3 ;; Time-stamp: <2008-02-17 18:29:20EST simulated-annealing.lisp> 
     3;; Time-stamp: <2008-03-15 23:10:25EDT simulated-annealing.lisp> 
    44;; $Id$ 
    55 
     
    142142      (abs (- x y))))) 
    143143 
     144(defvar *sa-function-calls*) 
     145 
    144146(defun E2 (arg) 
    145147  (with-c-double (arg x)