A strategy which returns the average of the two input strategies

后端 未结 0 1245
花落未央
花落未央 2021-02-15 14:16

;; Returns: A strategy which returns the average of the two input strategies.

(define (average-strat strat1 strat2)
  (lambda (strat1 strat2) (/ (+ strat1 strat2)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题