Function: landmark-test-run
landmark-test-run is an interactive and byte-compiled function defined
in landmark.el.gz.
Signature
(landmark-test-run)
Documentation
Run 100 Landmark games, each time saving the weights from the previous game.
Key Bindings
Aliases
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/landmark.el.gz
;;;###autoload
(defun landmark-test-run ()
"Run 100 Landmark games, each time saving the weights from the previous game."
(interactive)
(landmark 1)
(dotimes (_ 100)
(landmark 2)))