bsmart.scans package
- bsmart.scans.get_available_scans(search_target=None, with_meta: bool = False) dict[source]
Return a list of available scan modules and their metadata. search_target can be:
None: searches the current package (bsmart.scans)
A module object (e.g. bsmart.tools): searches that package
A dictionary path (str): searches that directory (e.g. ./Tools)
Scans
Affine MCMC scan using the Goodman & Weare algorithm. |
|
Active Learning scan using neural networks |
|
Optimisation using CMAES |
|
Optimisation using CMAES with Novelty Detection |
|
Basic scan to find contours in two variables |
|
Active Learning Scan to find a decision boundary using Gaussian Processes |
|
Optimisation using genetic algorithm DEAP |
|
Diver scan |
|
DLScanner |
|
Simple grid scan based on 1D ranges of variables specified by the user. |
|
Simple MCMC scan |
|
Machine Learning Scan |
|
MultiNest scan |
|
Random Scan |
|
Scan that reads values for the variables from a Comma Separated Values file whose first line contains a list of the variable names (as used by pandas) |
|
Scan to read input files stored in a given directory |
|
Scan to read input files stored in a given directory |
|
MLScanner scan collection |
|
Importance Sampling using vegas |