Removed m_ from canonical getters/setters.
This commit is contained in:
parent
e49b0e1a16
commit
860b4cae15
@ -125,11 +125,11 @@ public class MutateESCovarianceMatrixAdaptionPlus extends
|
||||
protected void adaptStrategy() {
|
||||
}
|
||||
|
||||
public int getM_lambda() {
|
||||
public int getLambda() {
|
||||
return m_lambda;
|
||||
}
|
||||
|
||||
public void setM_lambda(int mLambda) {
|
||||
public void setLambda(int mLambda) {
|
||||
m_lambda = mLambda;
|
||||
}
|
||||
|
||||
@ -197,7 +197,7 @@ public class MutateESCovarianceMatrixAdaptionPlus extends
|
||||
mutator.updateStepSize(rate);
|
||||
}
|
||||
|
||||
public double getM_psuccess() {
|
||||
public double getPSuccess() {
|
||||
return m_psuccess;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user