Граф коммитов

52 Коммитов

Автор SHA1 Сообщение Дата
Vassily Lyutsarev e6b8194efc
Merge pull request #5 from microsoft/users/GitHubPolicyService/da626bf8-c10e-4edf-9f33-51327bf38ece
Adding Microsoft SECURITY.MD
2022-08-02 07:36:38 +01:00
microsoft-github-policy-service[bot] ef90646eb9
Microsoft mandatory file 2022-08-01 18:18:49 +00:00
Vassily Lyutsarev efb6fef01f Renamed SamplerResult to SamplerCheckpoint and added burnInTrace to the structure
Changed signature of continuemcmc
2016-04-28 22:16:08 +01:00
vassilyl c41f2da49b adding fromPiecewise method 2016-04-28 16:00:38 +01:00
vassilyl 1b753ea3bf Adding "linear" distribution 2016-04-27 17:46:22 +01:00
Vassily Lyutsarev 73d7a107f5 Updated RELEASE_NOTES 2016-04-26 23:05:15 +01:00
Vassily Lyutsarev 47c08b3168 logistic function and tests 2016-04-26 22:56:12 +01:00
vassilyl 880e03d8e7 Changed parameterization of Exponential.
Documentation comments of all Distribution cases.
2016-04-25 09:16:33 +01:00
vassilyl ca34a7cb6f Fixed a bug in Gamma random number generator. 2016-04-22 17:23:16 +01:00
Vassily Lyutsarev 4fea42533b Merge pull request #3 from vassilyl/master
Serialization
2016-04-20 09:32:11 +01:00
vassilyl 10ccd28f5f return a copy of burnedIn sampler in SamplerResults and implement continuemcmc. 2016-04-19 15:26:35 +01:00
vassilyl 4d7c7f3a0b Sampler serializer 2016-04-19 14:26:51 +01:00
vassilyl f1e59849c5 address warning messages 2016-04-19 13:30:02 +01:00
vassilyl 29b0984c16 Add basic Sampler tests 2016-04-18 18:12:05 +01:00
vassilyl e02e262a2a fix MT copy constructor 2016-04-18 15:31:44 +01:00
Vassily Lyutsarev acb71f5fae Mersenne twister serialization tests 2016-04-16 22:10:19 +01:00
vassilyl 89f771f681 MersenneTwister serializer 2016-04-16 15:23:34 +01:00
Vassily Lyutsarev 3184f84834 Remove log_likelihood field from Sampler to enable serialization of the latter 2016-04-16 11:02:07 +01:00
Vassily Lyutsarev 2db81e92dd Add tests with full serialization roundtrip 2016-04-16 10:45:42 +01:00
Vassily Lyutsarev 39610c12dc serialize/deserialize parameters 2016-04-15 22:43:18 +01:00
Vassily Lyutsarev e1e4d12bcb serialize/deserialize Distribution 2016-04-15 22:06:55 +01:00
Vassily Lyutsarev 51202ed451 Include prior distribution object into Parameter definition to enable its exact serialization. 2016-04-15 12:43:20 +03:00
Vassily Lyutsarev 36731a90be Switch to F#4.0 2016-04-14 10:07:14 +03:00
Vassily Lyutsarev 09e23a6005 Add dependency on Angara.Serialization 2016-04-14 08:11:23 +03:00
Vassily Lyutsarev 5c56500909 Include generated AssemblyInfo.fs to fsproj. 2016-04-12 10:46:58 +03:00
Vassily Lyutsarev 5b00172cb1 Change layout (ProjectScaffold) and add documentation. Fix ridders. 2016-04-12 10:08:43 +03:00
vassilyl b04462772c ParameterDefinition prior is now a function. Redesign Parameter.Add overloads. 2016-03-11 16:08:56 +00:00
vassilyl fbb76f390f Changed the MCMC sampler so that it does exactly the same as the original Filzbach code during burn-in. It better handles parameter boundaries during sampling phase. 2016-02-17 18:37:28 +00:00
Vassily Lyutsarev 6802d7d4f2 new Parameters.Add signature 2016-02-12 09:57:23 +00:00
Dmitry Voytsekhovskiy e4b37680c0 Removes obsolete nuspec file 2016-02-11 18:51:22 +03:00
Dmitry Voytsekhovskiy 9d8d293f5f Removes nuget packaging 2016-02-11 18:46:14 +03:00
Dmitry Voytsekhovskiy d6c30575c0 Configuring release environment 2016-02-11 18:43:56 +03:00
vassilyl 797b36ac86 switch to records for runmcmc output 2016-02-10 13:38:43 +00:00
vassilyl 752525f8b0 qsummary tests 2016-02-10 13:20:53 +00:00
vassilyl 24600f127f upgrade platform to 4.6.1/F#4 2016-02-10 12:14:51 +00:00
Vassily Lyutsarev cb3cc0224d Fix a bug in sampling with unalterable parameters 2016-02-08 23:09:44 +00:00
Vassily Lyutsarev 04223dd22a more comments in filzbach sample 2016-02-07 23:55:17 +00:00
Vassily Lyutsarev 0381b5adf7 Fix log scale sampling & boundary misses 2016-02-06 13:33:40 +00:00
Vassily Lyutsarev 07c126fab4 Filzbach sampler ready to start checking 2016-02-05 13:20:58 +00:00
Vassily Lyutsarev 980572e480 burnin part 1 2016-02-04 16:06:18 +00:00
Vassily Lyutsarev 0f61728451 Filzbach Parameters 2016-02-02 00:52:16 +00:00
vassilyl 6221942625 ridders test increased code coverage 2016-01-02 14:28:50 +03:00
vassilyl 19819ae4b3 ridders implementation 2015-12-22 01:48:56 +03:00
vassilyl e788472f78 within implementation 2015-12-21 17:37:35 +03:00
vassilyl 29bfde6164 Fix kde to next-power-two correction 2015-12-19 21:47:27 +03:00
vassilyl b87510a329 Adding some tests 2015-12-12 21:54:05 +00:00
vassilyl e207330a1f Code clean up and more explicit references to MathNet.Numerics and Haskel Statistics 2015-12-12 21:50:29 +00:00
Dmitry Voytsekhovskiy 8eae1d13be Changing target framework from 4.5.2 to 4.5 and F# core from 4.4 to 4.3.1 2015-12-11 18:40:30 +03:00
Dmitry Voytsekhovskiy caf80e7ddf License.txt is moved to the solution directory 2015-12-09 18:01:54 +03:00
Dmitry Voytsekhovskiy aced384d86 Project build in Release produces a nuget package 2015-12-09 17:48:45 +03:00