this.v0_ = process.v0();
this.kappa_ = process.kappa();
this.theta_ = process.theta();
this.sigma_ = process.sigma();
this.rho_ = process.rho();
arguments_.set(0, new ConstantParameter(process.theta().currentLink().value(), new PositiveConstraint()));
arguments_.set(1, new ConstantParameter(process.kappa().currentLink().value(), new PositiveConstraint()));
arguments_.set(2, new ConstantParameter(process.sigma().currentLink().value(), new PositiveConstraint()));
arguments_.set(3, new ConstantParameter(process.rho().currentLink().value(), new PositiveConstraint()));
arguments_.set(4, new ConstantParameter(process.v0().currentLink().value(), new PositiveConstraint()));
if (System.getProperty("EXPERIMENTAL") == null) {
throw new UnsupportedOperationException("Work in progress");
}
}