Merge pull request #669 from borglab/robust-shonan-wrapper-update
add robust shonan updates to python wrapperrelease/4.3a0
commit
0353b0e683
|
@ -2933,9 +2933,14 @@ class ShonanAveragingParameters2 {
|
|||
void setAnchorWeight(double value);
|
||||
double getAnchorWeight() const;
|
||||
void setKarcherWeight(double value);
|
||||
double getKarcherWeight();
|
||||
double getKarcherWeight() const;
|
||||
void setGaugesWeight(double value);
|
||||
double getGaugesWeight();
|
||||
double getGaugesWeight() const;
|
||||
void setUseHuber(bool value);
|
||||
bool getUseHuber() const;
|
||||
void setCertifyOptimality(bool value);
|
||||
bool getCertifyOptimality() const;
|
||||
void print() const;
|
||||
};
|
||||
|
||||
class ShonanAveragingParameters3 {
|
||||
|
@ -2949,9 +2954,14 @@ class ShonanAveragingParameters3 {
|
|||
void setAnchorWeight(double value);
|
||||
double getAnchorWeight() const;
|
||||
void setKarcherWeight(double value);
|
||||
double getKarcherWeight();
|
||||
double getKarcherWeight() const;
|
||||
void setGaugesWeight(double value);
|
||||
double getGaugesWeight();
|
||||
double getGaugesWeight() const;
|
||||
void setUseHuber(bool value);
|
||||
bool getUseHuber() const;
|
||||
void setCertifyOptimality(bool value);
|
||||
bool getCertifyOptimality() const;
|
||||
void print() const;
|
||||
};
|
||||
|
||||
class ShonanAveraging2 {
|
||||
|
|
Loading…
Reference in New Issue