Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
ProfileRequest Struct Reference

Input specification for a constrained profile minimization. More...

#include <Profiler.h>

Public Attributes

std::vector< std::size_t > free_params
 Global indices of parameters released during profiling.
 
std::map< std::size_t, double > fixed_params
 Fixed parameter values keyed by global parameter index.
 
std::vector< double > start
 Initial full parameter vector used as a warm start.
 

Detailed Description

Input specification for a constrained profile minimization.

The request partitions the full parameter vector into fixed and free coordinates. Fixed parameters are assigned explicit values; free parameters are minimized by the profiler using start as the initial point.

Definition at line 38 of file Profiler.h.

Member Data Documentation

◆ fixed_params

std::map<std::size_t, double> ProfileRequest::fixed_params

Fixed parameter values keyed by global parameter index.

Definition at line 40 of file Profiler.h.

◆ free_params

std::vector<std::size_t> ProfileRequest::free_params

Global indices of parameters released during profiling.

Definition at line 39 of file Profiler.h.

◆ start

std::vector<double> ProfileRequest::start

Initial full parameter vector used as a warm start.

Definition at line 41 of file Profiler.h.


The documentation for this struct was generated from the following file: