Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 493 Bytes

LOG.md

File metadata and controls

10 lines (8 loc) · 493 Bytes

Status 2021-05-13

Exemplar is passing all 7 tests of TestExemplar.py, which include Fizz Buzz, a leap year predicate, and a prime number predicate. You can see these inputs as fizz_buzz.exem, leap_year.exem, etc.
But

  • that success is partly by overfitting to the problems.
  • there is no recovery from an incorrect guess of what an assertion represents.
  • the assertion specifications are too demanding.

So demotion of the assertions to hints and other improvements are planned.