File tree 2 files changed +25
-1
lines changed
2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
1
+ v0.9.2
2
+ ======
3
+
4
+ - added fully tested Hamiltonian Monte Carlo method with first and second
5
+ order time integrator (Euler and Leapfrog), following [Neal, 2011].
6
+ - added Ensemble Quasi Newton scheme for all samplers, tested on simple
7
+ Gaussian mixture model and MNIST single-layer perceptron.
8
+ - for checking virial theorem, average moment of inertia is written to averages
9
+ file.
10
+ - allowing "0" in option hidden_dimension.
11
+ - trajectory can be written w.r.t to subspace spanned by vectors in new option
12
+ directions_file.
13
+ - summaries now write memory and cputime usage for debugging bottlenecks.
14
+ - DOCU: re-added accidentally dropped reference section on simulation module.
15
+ - FIX: TATiOptimizer always writes last step to files.
16
+ - FIX: update of parameters caused no update of simulation's evaluation cache.
17
+ - FIX: time_per_nth_step was using process_time instead of time, i.e.
18
+ accumulated time over all processes.
19
+ - FIX: Boolean parameters were not used from cmd-line.
20
+ - FIX: Assigning weights from dataframes took ages. Now works also for multiple
21
+ walkers.
22
+ - FIX: parse_parameters_file was not working in TATi.simulation.
23
+ - tested on TF version up to 1.10.
24
+
1
25
v0.9.1
2
26
======
3
27
Original file line number Diff line number Diff line change 1
1
dnl Process this file with autoconf to produce a configure script.
2
2
3
3
AC_PREREQ ( 2.59 )
4
- AC_INIT ( ThermodynamicAnalyticsToolkit , 0.9.1 , frederik.heber@gmail.com )
4
+ AC_INIT ( ThermodynamicAnalyticsToolkit , 0.9.2 , frederik.heber@gmail.com )
5
5
AC_CONFIG_AUX_DIR ( [ build-aux] )
6
6
AC_CONFIG_SRCDIR ( [ src/TATi/common.py] )
7
7
AC_CONFIG_MACRO_DIR ( [ m4] )
You can’t perform that action at this time.
0 commit comments