optimization-coach icon indicating copy to clipboard operation
optimization-coach copied to clipboard

Optimization Coach Plug-In for DrRacket

Results 3 optimization-coach issues
Sort by recently updated
recently updated
newest added

I'm not sure whether this is a problem with DrRacket or Optimization Coach, but I'm getting errors like this when I click the Optimization Coach button: ``` sequence-contract-violation: negative: method...

With 8.5.0.8, this program: ``` #lang typed/racket (: radians->chlen (-> Flonum Flonum)) (define (radians->chlen r) (* 2.0 (sin (* 0.5 (min pi r))))) ``` reports "Nothing to report" but the...

Steps to reproduce: 1. Open a file for which OC has nothing report. For example just `#lang typed/racket`. 2. Click "Optimization Coach" button. 3. While it is processing, click "Open...