Uses of Class
pulse.math.ParameterVector
-
Packages that use ParameterVector Package Description pulse.baseline Contains classes for describing and evaluating the baseline signal of aHeatingCurve
or its subclasses.pulse.input Introduces internal data structures that (a) are created as a result of parsing specific types of input files, such as: experimental heating curves, metadata, and property curves (e.g.pulse.math Provides general math functionality that is used when finding the direction (aVector
) of the minimum, including operations with vector and matrices.pulse.math.filters pulse.problem.statements Introduces various problem statements for the heat conduction problem in the laser flash experiment.pulse.problem.statements.model pulse.search pulse.search.direction Provides a list ofPathSolver
s and associated classes, which are used to determine the direction of the minimum of a specificSearchTask
using an iterative approach.pulse.search.direction.pso pulse.search.linear Provides classes that are able to search for the minimum of a scalar function of a vector variable that is unimodal on a specificSegment
.pulse.tasks Introduces theSearchTask
, which is the main actor inPULsE
, and theTaskManager
, a high-level class which among other functions manages loading and executingSearchTask
s.pulse.tasks.processing Lists classes for storing runtime information, storing and ordering of final execution results, storing intermediate results of execution to check convergence. -
-
Uses of ParameterVector in pulse.baseline
Methods in pulse.baseline with parameters of type ParameterVector Modifier and Type Method Description void
AdjustableBaseline. assign(ParameterVector params)
void
LinearBaseline. assign(ParameterVector params)
Assigns parameter values of thisProblem
using the optimisation vectorparams
.void
SinusoidalBaseline. assign(ParameterVector output)
void
AdjustableBaseline. optimisationVector(ParameterVector output)
void
LinearBaseline. optimisationVector(ParameterVector output)
void
SinusoidalBaseline. optimisationVector(ParameterVector output)
-
Uses of ParameterVector in pulse.input
Methods in pulse.input with parameters of type ParameterVector Modifier and Type Method Description void
Range. assign(ParameterVector params)
Tries to assign the upper and lower bound based onparams
.void
Range. optimisationVector(ParameterVector output)
The optimisation vector contain both the lower and upper bounds with the absolute constraints equal to a fourth of their values. -
Uses of ParameterVector in pulse.math
Methods in pulse.math with parameters of type ParameterVector Modifier and Type Method Description void
Harmonic. assign(ParameterVector params)
void
Harmonic. optimisationVector(ParameterVector output)
The optimisation vector can include the amplitude, frequency and phase shift of a sinusoid, and a baseline intercept value of the superclass.Constructors in pulse.math with parameters of type ParameterVector Constructor Description ParameterVector(ParameterVector v)
Copy constructorParameterVector(ParameterVector proto, Vector v)
Constructs anIndexedVector
based onv
and a list of keywordindices
-
Uses of ParameterVector in pulse.math.filters
Methods in pulse.math.filters that return ParameterVector Modifier and Type Method Description ParameterVector
PolylineOptimiser. searchVector()
Methods in pulse.math.filters with parameters of type ParameterVector Modifier and Type Method Description void
OptimisablePolyline. assign(ParameterVector input)
void
OptimisablePolyline. optimisationVector(ParameterVector output)
-
Uses of ParameterVector in pulse.problem.statements
Methods in pulse.problem.statements with parameters of type ParameterVector Modifier and Type Method Description void
ClassicalProblem. assign(ParameterVector params)
void
ClassicalProblem2D. assign(ParameterVector params)
void
DiathermicMedium. assign(ParameterVector params)
void
NonlinearProblem. assign(ParameterVector params)
Does the same as super-class method plus updates the laser energy, if needed.void
ParticipatingMedium. assign(ParameterVector params)
void
PenetrationProblem. assign(ParameterVector params)
void
Problem. assign(ParameterVector params)
Assigns parameter values of thisProblem
using the optimisation vectorparams
.void
TwoTemperatureModel. assign(ParameterVector params)
void
ClassicalProblem. optimisationVector(ParameterVector output)
void
ClassicalProblem2D. optimisationVector(ParameterVector output)
void
DiathermicMedium. optimisationVector(ParameterVector output)
void
NonlinearProblem. optimisationVector(ParameterVector output)
Does the same as super-class method plus extracts the laser energy and stores it in theoutput
, if needed.void
ParticipatingMedium. optimisationVector(ParameterVector output)
void
PenetrationProblem. optimisationVector(ParameterVector output)
void
Problem. optimisationVector(ParameterVector output)
Calculates the vector argument defined on to the scalar objective function for thisProblem
.void
TwoTemperatureModel. optimisationVector(ParameterVector output)
-
Uses of ParameterVector in pulse.problem.statements.model
Methods in pulse.problem.statements.model with parameters of type ParameterVector Modifier and Type Method Description void
AbsorptionModel. assign(ParameterVector params)
void
ThermoOpticalProperties. assign(ParameterVector params)
void
AbsorptionModel. optimisationVector(ParameterVector output)
void
ThermoOpticalProperties. optimisationVector(ParameterVector output)
-
Uses of ParameterVector in pulse.search
Methods in pulse.search that return ParameterVector Modifier and Type Method Description abstract ParameterVector
GeneralTask. searchVector()
Creates a search vector populated by parameters that are included in the optimisation routine.ParameterVector
SimpleOptimisationTask. searchVector()
Generates a search vector (= optimisation vector) using the search flags set by thePathSolver
.Methods in pulse.search with parameters of type ParameterVector Modifier and Type Method Description abstract void
GeneralTask. assign(ParameterVector pv)
Tries to assign a selected set of parameters to the search vector used in optimisation.void
Optimisable. assign(ParameterVector input)
Assigns parameter values of thisOptimisable
using the optimisation vectorparams
.void
SimpleOptimisationTask. assign(ParameterVector pv)
void
Optimisable. optimisationVector(ParameterVector output)
Calculates the vector argument defined on to the scalar objective function for thisOptimisable
. -
Uses of ParameterVector in pulse.search.direction
Methods in pulse.search.direction that return ParameterVector Modifier and Type Method Description ParameterVector
IterativeState. getParameters()
Methods in pulse.search.direction with parameters of type ParameterVector Modifier and Type Method Description void
IterativeState. setParameters(ParameterVector parameters)
-
Uses of ParameterVector in pulse.search.direction.pso
Methods in pulse.search.direction.pso that return ParameterVector Modifier and Type Method Description ParameterVector
ParticleState. getPosition()
ParameterVector
ParticleState. getVelocity()
Methods in pulse.search.direction.pso with parameters of type ParameterVector Modifier and Type Method Description void
ParticleState. randomise(ParameterVector pos)
Constructors in pulse.search.direction.pso with parameters of type ParameterVector Constructor Description ParticleState(ParameterVector cur)
ParticleState(ParameterVector p, ParameterVector v)
-
Uses of ParameterVector in pulse.search.linear
Methods in pulse.search.linear with parameters of type ParameterVector Modifier and Type Method Description static Segment
LinearOptimiser. domain(ParameterVector x, Vector p)
Sets the domain for this linear search onp
. -
Uses of ParameterVector in pulse.tasks
Methods in pulse.tasks that return ParameterVector Modifier and Type Method Description ParameterVector
SearchTask. searchVector()
Generates a search vector (= optimisation vector) using the search flags set by thePathSolver
.Methods in pulse.tasks with parameters of type ParameterVector Modifier and Type Method Description void
SearchTask. assign(ParameterVector searchParameters)
Assigns the values of the parameters of thisSearchTask
tosearchParameters
. -
Uses of ParameterVector in pulse.tasks.processing
Methods in pulse.tasks.processing that return ParameterVector Modifier and Type Method Description ParameterVector[]
Buffer. getData()
Retrieves the contents of thisBuffer
.
-