Skip to content
Snippets Groups Projects
Commit 976fe7e2 authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

[ENH] method getGenerator added.

parent 043aee00
No related branches found
No related tags found
No related merge requests found
...@@ -110,6 +110,16 @@ abstract class OptimizationProblemBuilder { ...@@ -110,6 +110,16 @@ abstract class OptimizationProblemBuilder {
} }
/**
* generator getter.
*
* @return the derivative structure generator.
*/
public final DSGenerator getGenerator() {
return this.generator;
}
/** leastsquare problem builder. /** leastsquare problem builder.
* @param maxEvaluations maxIterations and evaluations * @param maxEvaluations maxIterations and evaluations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment