infer/test
Ivan Korostelev d6e7d5b975
Make MaxStateCount overrides thread local (#194)
UnlimitedStatesComputation() is used temporary to alter maximal size of automaton
which is defined my MaxStateCount. Using it from different threads could mess up the limit.
Now each threads gets its own limit.

Also, the default MaxStateCount limit is increased to 300k, because that is what the biggest String inference customer uses.
2019-11-07 16:44:54 +00:00
..
Learners Merge branch 'master' into avishar/ROC-Curve 2018-11-23 01:08:47 +00:00
TestApp Gaussian.GetLogProb is more accurate for large precision. 2019-09-21 20:02:10 +01:00
TestFSharp ModelCompiler.TraceAllMessages activates Tracing.Trace for all variables (#145) 2019-04-01 22:52:22 +01:00
TestPublic Rename Infer2 -> Infer (#20) 2018-10-10 15:39:20 +03:00
Tests Make MaxStateCount overrides thread local (#194) 2019-11-07 16:44:54 +00:00
monotest.sh Initial commit 2018-10-01 11:32:06 -07:00
netcoretest.sh Pinned net core runtime version in netcoretest.sh. (#23) 2018-10-11 18:07:19 +03:00