Example #1
0
File: sagas.cpp Project: YS-L/pagmo
/// Clone method.
base_ptr sagas::clone() const
{
	return base_ptr(new sagas(*this));
}
Example #2
0
/// Clone method.
base_ptr robust::clone() const
{
	return base_ptr(new robust(*this));
}
Example #3
0
/// Clone method.
base_ptr cstrs_co_evolution::clone() const
{
	return base_ptr(new cstrs_co_evolution(*this));
}
Example #4
0
/// Clone method.
base_ptr sa_corana::clone() const
{
	return base_ptr(new sa_corana(*this));
}
Example #5
0
/**
 * @return algorithm::base_ptr to a copy of this.
 */
base_ptr gsl_nm::clone() const
{
	return base_ptr(new gsl_nm(*this));
}
Example #6
0
/// Clone method.
base_ptr branin::clone() const
{
	return base_ptr(new branin(*this));
}
Example #7
0
/// Clone method.
base_ptr luksan_vlcek_3::clone() const
{
	return base_ptr(new luksan_vlcek_3(*this));
}
Example #8
0
base_ptr nlopt_bobyqa::clone() const
{
	return base_ptr(new nlopt_bobyqa(*this));
}
Example #9
0
File: levy5.cpp Project: YS-L/pagmo
/// Clone method.
base_ptr levy5::clone() const
{
	return base_ptr(new levy5(*this));
}
Example #10
0
File: ihs.cpp Project: YS-L/pagmo
base_ptr ihs::clone() const
{
	return base_ptr(new ihs(*this));
}
Example #11
0
/// Clone method.
base_ptr gsl_bfgs::clone() const
{
	return base_ptr(new gsl_bfgs(*this));
}
Example #12
0
/// Clone method.
base_ptr mga_incipit_cstrs::clone() const
{
	return base_ptr(new mga_incipit_cstrs(*this));
}
Example #13
0
base_ptr nlopt_cobyla::clone() const
{
	return base_ptr(new nlopt_cobyla(*this));
}
Example #14
0
base_ptr nlopt_slsqp::clone() const
{
	return base_ptr(new nlopt_slsqp(*this));
}
Example #15
0
/// Clone method.
base_ptr noisy::clone() const
{
	return base_ptr(new noisy(*this));
}
Example #16
0
/// Clone method.
base_ptr sample_return::clone() const
{
	return base_ptr(new sample_return(*this));
}
Example #17
0
/// Clone method.
base_ptr snopt_toyprob::clone() const
{
	return base_ptr(new snopt_toyprob(*this));
}
Example #18
0
/// Clone method.
base_ptr tens_comp_string::clone() const
{
	return base_ptr(new tens_comp_string(*this));
}
Example #19
0
/// Clone method.
base_ptr nn_tsp::clone() const
{
return base_ptr(new nn_tsp(*this));
}
Example #20
0
/// Clone method.
base_ptr lavor_maculan::clone() const
{
	return base_ptr(new lavor_maculan(*this));
}
Example #21
0
File: pan.cpp Project: YS-L/pagmo
base_ptr pan::clone() const
{
	return base_ptr(new pan(*this));
}
Example #22
0
/// Clone method.
base_ptr con2mo::clone() const
{
	return base_ptr(new con2mo(*this));
}
Example #23
0
/// Clone method.
base_ptr dejong::clone() const {
	return base_ptr(new dejong(*this));
}
Example #24
0
/// Clone method.
base_ptr zdt6::clone() const
{
	return base_ptr(new zdt6(*this));
}
Example #25
0
base_ptr nlopt_mma::clone() const
{
	return base_ptr(new nlopt_mma(*this));
}
Example #26
0
base_ptr clustered_ba::clone() const
{
        return base_ptr(new clustered_ba(*this));
}
Example #27
0
/// Clone method.
base_ptr cstrs_self_adaptive::clone() const
{
	return base_ptr(new cstrs_self_adaptive(*this));
}
Example #28
0
base_ptr string_match::clone() const
{
	return base_ptr(new string_match(*this));
}
Example #29
0
/// Clone method.
base_ptr michalewicz::clone() const {
	return base_ptr(new michalewicz(*this));
}
Example #30
0
/// Clone method.
base_ptr inverover::clone() const
{
	return base_ptr(new inverover(*this));
}