Hacker News new | ask | show | jobs
by fulafel 2744 days ago
Would this type of thing be suited for program synthesis or property based testing?
1 comments

For property-based testing I would say yes, with an objective function equal to the margin by which the properties are satisfied.

Program synthesis only in some particular cases, like the parametrization of programs for speed or another criterion - but not in the general case of program synthesis.