word tweak for correctness/speed
This commit is contained in:
parent
b33635fb0c
commit
1793308cb9
@ -598,10 +598,10 @@ performed under some circumstances. Document them. Somebody else might think
|
|||||||
it's a bug and needs to be put back.
|
it's a bug and needs to be put back.
|
||||||
|
|
||||||
> Empty programs gives the wrong answer in no time at all.
|
> Empty programs gives the wrong answer in no time at all.
|
||||||
|
>
|
||||||
> It's easy to be fast if you don't have to be correct.
|
> It's easy to be fast if you don't have to be correct.
|
||||||
|
|
||||||
But correctness can depend on the problem. Heuristic algorithms that are
|
"Correctness" can depend on the problem. Heuristic algorithms that are
|
||||||
mostly-right most of the time can be fast, as can algorithms which guess and
|
mostly-right most of the time can be fast, as can algorithms which guess and
|
||||||
improve allowing you to stop when you hit an acceptable limit.
|
improve allowing you to stop when you hit an acceptable limit.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user