Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Releases: modsim/KriKit

Version 1.1.4

16 Mar 09:33
Compare
Choose a tag to compare

Minor Changes:

  • More flixibility for visualizing the Pareto inputs
  • Debugging GUI

Version 1.1.3

08 Mar 10:28
Compare
Choose a tag to compare

MCMC can now be used for finding a potential optimum based on the Kriging prediction

New Feature: Multi-objective global optimization (MOGO)

24 Feb 14:47
Compare
Choose a tag to compare

Process optimization is typically complicated by conflicting design targets, such as productivity and yield. Multi-Objective Global Optimization (MOGO) algorithm utilizes statistical regression models for multi-objective optimization. Kriging is used for estimating functional relationships between design variables and performance indicators . The Pareto front is iteratively approximated by planning new experiments such as to maximize the Expected Hypervolume Improvement (EHVI) as determined from the Kriging models by Markov Chain Monte Carlo (MCMC) sampling.

Version 1.1.0

09 Jan 13:28
Compare
Choose a tag to compare

Major Changes:

  • Inequality Constraint w.r.t. to objectives can now be applied for expected improvement
  • Modification in plotParetoFront and predictParetoFront regarding the 2D case
  • Debugging of AnalyzeMixture Class
  • Heterodedastic noise can now be estimated (generateNoiseModel)
  • Major improvements in TaylorKriging (Kriging with non-linear mechanistic models)
  • Speedup in calculation of 2D expected hypervolume improvement

Minor Changes:

  • Small changes w.r.t. to the tutorial
  • New color scheme available: FZJ
  • Use now "surf" instead of "mesh" for 3D plots
  • The class BaysianOptimization was renamed to BaysianOptimizationClass

Version 1.0.4

20 Sep 14:23
Compare
Choose a tag to compare

Bug fix:

  • Some minor bug fixes in the Anlysis and Super class
  • Plotting optimal regions is now enabled for Screening plots

Version 1.0.3

20 Jul 06:09
Compare
Choose a tag to compare

Bug fix:

  • Some minor bug fixes of the KrigingGUI
  • Basis function can now also be displyed in case of 3D interpolation

Version 1.0.2

01 Jul 08:25
Compare
Choose a tag to compare

Major improvements since last release:

  • Contour plots can now be created for 3D interpolation

Bug fix:

  • Measurement noise is now considered in conditional simulation

Release Version

09 Jun 12:27
Compare
Choose a tag to compare
20160701

- Editing Cemments in "doANOVAandPrediction", "doCompositeDesignAnalysis", and "doFullFactorialAnalysis"
- Enable "plotContour" for 3D Interpolation
-> Editing "labelPlots_23D" and "plotInterpolation_23D"
- Debug doConditionalSimulation_ResAlgInEq
-> Now also measurment noise is considered


Signed-off-by: Lazloo <[email protected]>