Common use cases

Use cases from the usecases module

usecases.ackley_function.AckleyModel()

Data class for the Ackley test function.

usecases.branin_function.BraninModel()

Data class for the Branin test function.

usecases.cantilever_beam.CantileverBeam()

Data class for the cantilever beam example.

usecases.chaboche_model.ChabocheModel([...])

Data class for the Chaboche mechanical model.

usecases.deflection_tube.DeflectionTube()

Data class for the deflection of a tube model.

usecases.flood_model.FloodModel([trueKs, ...])

Data class for the flood model.

usecases.ishigami_function.IshigamiModel()

Data class for the Ishigami model.

usecases.logistic_model.LogisticModel([t0, ...])

Data class for the logistic model.

usecases.stressed_beam.AxialStressedBeam()

Data class for the axial stressed beam example.

usecases.viscous_free_fall.ViscousFreeFall()

Data class for the viscous free fall.

usecases.fireSatellite_function.FireSatelliteModel()

Data class for the Fire Satellite.

usecases.wingweight_function.WingWeightModel()

Data class for the Wing weight model.

usecases.oscillator.Oscillator()

Data class for the oscillator example.