; Joe Student ; CSCI 4150 Intro. to AI, Fall 2002 ; Assignment 7 ; (load "a7code") ; Problem 1 ; ; ;(define (crossover mother father) ; Problem 2 ; ; ;(define (mutate etree) ; Problem 3 ; ; use these values for problems 3--5 ; (define ab-minimax-depth 3) (define win-constant 100) (define lose-constant 0) (define win-weight 0.8) (define lose-weight 3) ;(define (evaluate-fitness population num-reference-players) ; Problem 4 ; ; ;(define (learn-c4-eval pop-size num-selected num-mutated generations)