LALInference  4.1.6.1-89842e6
LALInferenceProposal Struct Reference

Detailed Description

Structure for holding a LALInference proposal, along with name and stats.

Definition at line 510 of file LALInference.h.

Data Fields

LALInferenceProposalFunction func
 
char name [VARNAME_MAX]
 
INT4 weight
 
INT4 proposed
 
INT4 accepted
 
LALInferenceVariablesargs
 

Field Documentation

◆ func

LALInferenceProposalFunction LALInferenceProposal::func

Definition at line 513 of file LALInference.h.

◆ name

char LALInferenceProposal::name[VARNAME_MAX]

Definition at line 514 of file LALInference.h.

◆ weight

INT4 LALInferenceProposal::weight

Definition at line 515 of file LALInference.h.

◆ proposed

INT4 LALInferenceProposal::proposed

Definition at line 516 of file LALInference.h.

◆ accepted

INT4 LALInferenceProposal::accepted

Definition at line 517 of file LALInference.h.

◆ args

LALInferenceVariables* LALInferenceProposal::args

Definition at line 518 of file LALInference.h.