This repository was archived by the owner on Oct 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 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+
121v0.7
222====
323- renamed from DataDrivenSampler (DDS) to Thermodynamic Analytics Toolkit
Original file line number Diff line number Diff line change 11dnl Process this file with autoconf to produce a configure script.
22
33AC_PREREQ ( 2.59 )
4- AC_INIT ( ThermodynamicAnalyticsToolkit ,
0.7 ,
[email protected] ) 4+ AC_INIT ( ThermodynamicAnalyticsToolkit ,
0.8 ,
[email protected] ) 55AC_CONFIG_AUX_DIR ( [ build-aux] )
66AC_CONFIG_SRCDIR ( [ src/TATi/common.py] )
77AC_CONFIG_MACRO_DIR ( [ m4] )
You can’t perform that action at this time.
0 commit comments