Andrea Perin

Results 10 issues of Andrea Perin

In order to not fill the hard disk during long simulation with external solvers, a _cleanup_ flag has been added to the struct _ExternalModel_. Its default value is set to...

enhancement

```evaluate!``` function applied to ExternalModel (e.g. finite element models) could create a lot of unnecessary output files. This files can easily saturate ROM when long simulations are performed. A _cleanup_...

enhancement
good first issue

Implementation of imprecise probabilities with external double loop by mean of: 1. Interval struc 2. ProbabilityBox struc (no distribution-free) 3. new method for ```probability_of_failure``` function

feature

I may be mistaken, but it appears that the only parameter determining the activation of flux analysis at various locations is the ```analyze_flux``` parameter of the ```phys.jet_flame_analysis``` function, which also...

Hi, I am trying to run this simple code: ```julia using BayesNets CPDa = StaticCPD(:a, Normal(1.0)) CPDb = LinearGaussianCPD(:b, [:a], [2.0], 3.0, 1.0) CPDb(:a => 0.5) rand(CPDb, :a => 0.5)...

In scipy1.14 version scipy.integrate.{simps,trapz,cumtrapz} have been removed in favour of simpson, trapezoid, and cumulative_trapezoid

The computational effort required by the implemented ```DoubleLoop``` and ```RandomSlicing``` techniques for managing imprecise probabilities may render them impractical. Advanced techniques such as [NISS](https://www.sciencedirect.com/science/article/pii/S0167473020300151) and/or [CABO](https://www.sciencedirect.com/science/article/pii/S0045782523005340) should be implemented -...

enhancement

When one (or more) Extractor(s) of an ```ExternalModel``` produces a output that is not a single value (```Vector```, or ```DataFrame```, or ```Dict```,...) in the resulting ```DataFrame``` produced by the ```evaluate!```...

feature

As now when a ```Model``` is defined through its constructor, its property ```name``` is defined as a ```Symbol```, but would be useful to allow multiple outputs considering something like ```name::Union{Symbol,...

during the mcmc for subset simulation when only one sample is rejected the code errors cause it is expecting a Boolean but is receiving a Vector.

bug