File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ v0.8
2
+ ====
3
+
4
+ - introducing replicated neural networks to allow for multiple walkers that
5
+ proceed in parallel on individual trajectories with the ability to exchange
6
+ information, e.g. for Ensemble Quasi Newton method.
7
+ - Updated package dependencies and funding notes in README.
8
+ - Added python interface that allows to use neural network as a general
9
+ function depending parameters and with a gradient.
10
+ - FIX: TATiExplorer could still experience dead-locks.
11
+ - Docbook now also supports non-standard fop and xsltproc installation paths.
12
+ - FIX: scipy.sparse's linalg module was not loaded correctly for certain scipy
13
+ versions.
14
+ - added Covariance Controlled Adaptive Langevin (CCAdL) as sampler, untested.
15
+ - added option burnin to drop initial set of steps from accumulated averages
16
+ - added option progress to display a progress bar with time estimate
17
+ - added option summaries_path to write summaries for TensorBoard on demand
18
+ - FIX: accuracy was not calculated correctly for multi class classification.
19
+ - added testsuite section on tensorflow (non-)capabilities.
20
+
1
21
v0.7
2
22
====
3
23
- renamed from DataDrivenSampler (DDS) to Thermodynamic Analytics Toolkit
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.7 , frederik.heber@gmail.com )
4
+ AC_INIT ( ThermodynamicAnalyticsToolkit , 0.8 , 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