Help for this page

Select Code to Download


  1. or download this
    sub find_solution {
      my ($state,
    ...
        $fitness_fcn->($applymove_fcn->($state, $_);
      } @next_moves;
    }