Skip to content

Releases: wedeling/EasySurrogate

SEAVEA 0.24.2

24 Jan 14:22

Choose a tag to compare

SEAVEA v0.19

22 Jun 13:05
130d019

Choose a tag to compare

Some minor changes have been introduced in the ANN / Deep active subspace methods:

  • made it possible to select varying numbers of neurons, to create "constrained" hidden layers. This is used to make a deep-active subspace type of surrogate without orthonormality embedded in network architecture. Instead, orthonormality is computed in a post-processing procedure. Explained in updated tutorials.

Updated tutorials:

M42 release

24 Jan 12:54
4569499

Choose a tag to compare

New features:

Updates:

  • Added non-linear activation possibility to deep-active subspace layer

Tutorials:

M36 release

16 Jun 15:28
60e3d2e

Choose a tag to compare

This release is part of the M36 release of the VECMA toolkit. New features:

  • Gaussian Process surrogate + tutorial
  • Deep active subspace surrogate + tutorial
  • Coupling between EasyVVUQ and EasySurrogate, allowing the former to generate training data for the latter + tutorial

0.15 (Beta)

15 Jan 13:28

Choose a tag to compare

0.15 (Beta) Pre-release
Pre-release

New surrogate methods are added:

  • Kernel mixture networks: neural-network based conditional probability density functions
  • Vanilla artificial neural networks for comparison purposes.

Tutorials on these networks are also added. A tutorial on coupling surrogates with MUSCLE3 is present as well.

EasySurrogate 0.1 (beta)

24 Sep 14:07

Choose a tag to compare

Pre-release

First Beta release of EasySurrogate

  • Mimics the 'Campaign' structure of EasyVVUQ
  • Quantized Softmax Networks are available, which are stochastic, neural-network based surrogates used for conditional resampling of reference data
  • Reduced surrogates are available, which are used to compress the size of training data by orders of magnitude, while retaining accuracy for spatially-integrated quantities of interest.
  • Contains a general tutorial, and one for each type of available surrogate method.