Home
last modified time | relevance | path

Searched refs:Trial (Results 1 – 25 of 1993) sorted by relevance

12345678910>>...80

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sagemaker/include/aws/sagemaker/model/
H A DTrial.h39 class AWS_SAGEMAKER_API Trial
42 Trial();
43 Trial(Aws::Utils::Json::JsonView jsonValue);
44 Trial& operator=(Aws::Utils::Json::JsonView jsonValue);
76 inline Trial& WithTrialName(const Aws::String& value) { SetTrialName(value); return *this;} in WithTrialName()
86 inline Trial& WithTrialName(const char* value) { SetTrialName(value); return *this;} in WithTrialName()
117 inline Trial& WithTrialArn(const Aws::String& value) { SetTrialArn(value); return *this;} in WithTrialArn()
127 inline Trial& WithTrialArn(const char* value) { SetTrialArn(value); return *this;} in WithTrialArn()
176 inline Trial& WithDisplayName(const char* value) { SetDisplayName(value); return *this;} in WithDisplayName()
233 inline Trial& WithSource(const TrialSource& value) { SetSource(value); return *this;} in WithSource()
[all …]
/dports/math/R-cran-nloptr/nloptr/src/nlopt_src/stogo/
H A Dtools.h23 typedef const class Trial CTrial;
27 class Trial{
32 Trial();
33 Trial(int);
34 Trial(RCTrial); // Copy constructor
39 class TrialGT : public unary_function<Trial, bool>
44 bool operator()(Trial& foo) { in operator()
80 list<Trial> TList; // List of trials
94 list<Trial>::const_iterator FirstTrial();
95 list<Trial>::const_iterator LastTrial();
[all …]
H A Dtools.cc8 Trial::Trial():xvals(0) { in Trial() function in Trial
12 Trial::Trial(int n):xvals(n) { in Trial() function in Trial
16 Trial::Trial(RCTrial tr):xvals(tr.xvals) { in Trial() function in Trial
20 RCTrial Trial::operator=(RCTrial tr) { in operator =()
110 void TBox::RemoveTrial(Trial &T) { in RemoveTrial()
116 void TBox::GetLastTrial(Trial &T) { in GetLastTrial()
125 list<Trial>::const_iterator TBox::LastTrial() { in LastTrial()
129 void TBox::GetTrial(list<Trial>::const_iterator itr, Trial &T) { in GetTrial()
150 list<Trial>::const_iterator itr; in CloseToMin()
170 list<Trial>::const_iterator itr; in split()
[all …]
/dports/math/nlopt/nlopt-2.7.1/src/algs/stogo/
H A Dtools.h23 typedef const class Trial CTrial;
27 class Trial{
32 Trial();
33 Trial(int);
34 Trial(RCTrial); // Copy constructor
40 class TrialGT : public unary_function<Trial, bool>
48 bool operator()(Trial& foo) { in operator()
84 list<Trial> TList; // List of trials
98 list<Trial>::const_iterator FirstTrial();
99 list<Trial>::const_iterator LastTrial();
[all …]
H A Dtools.cc8 Trial::Trial():xvals(0) { in Trial() function in Trial
12 Trial::Trial(int n):xvals(n) { in Trial() function in Trial
16 Trial::Trial(RCTrial tr):xvals(tr.xvals) { in Trial() function in Trial
20 RCTrial Trial::operator=(RCTrial tr) { in operator =()
110 void TBox::RemoveTrial(Trial &T) { in RemoveTrial()
116 void TBox::GetLastTrial(Trial &T) { in GetLastTrial()
125 list<Trial>::const_iterator TBox::LastTrial() { in LastTrial()
129 void TBox::GetTrial(list<Trial>::const_iterator itr, Trial &T) { in GetTrial()
150 list<Trial>::const_iterator itr; in CloseToMin()
170 list<Trial>::const_iterator itr; in split()
[all …]
/dports/math/nlopt/nlopt-2.7.1/src/algs/ags/
H A Ddata_types.hpp36 struct Trial struct
42 Trial() {} in Trial() function
43 Trial(double _x) : x(_x) {} in Trial() function
48 Trial pl;
49 Trial pr;
53 Interval(const Trial& _pl, const Trial& _pr) : pl(_pl), pr(_pr) {} in Interval()
H A Dlocal_optimizer.hpp29 Trial mCurrentPoint;
30 Trial mStartPoint;
31 Trial mCurrentResearchDirection;
32 Trial mPreviousResearchDirection;
40 Trial Optimize(std::shared_ptr<IGOProblem<double>> problem,
41 const Trial& startPoint, std::vector<unsigned>& trialsCounters);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash1.C11 struct Trial struct
15 Trial() : f() {} in Trial() argument
16 Trial( const F& ff ) : f(ff) { } in Trial() argument
56 static Trial<Internal>& full() { static Trial<Internal> f; return f; }
59 static Trial<Internal>& internal = Internal::full();
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash1.C11 struct Trial struct
15 Trial() : f() {} in Trial() argument
16 Trial( const F& ff ) : f(ff) { } in Trial() argument
56 static Trial<Internal>& full() { static Trial<Internal> f; return f; }
59 static Trial<Internal>& internal = Internal::full();
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash1.C11 struct Trial struct
15 Trial() : f() {} in Trial() argument
16 Trial( const F& ff ) : f(ff) { } in Trial() argument
56 static Trial<Internal>& full() { static Trial<Internal> f; return f; }
59 static Trial<Internal>& internal = Internal::full();
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash1.C11 struct Trial struct
15 Trial() : f() {} in Trial() argument
16 Trial( const F& ff ) : f(ff) { } in Trial() function
56 static Trial<Internal>& full() { static Trial<Internal> f; return f; }
59 static Trial<Internal>& internal = Internal::full();
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash1.C11 struct Trial struct
15 Trial() : f() {} in Trial() argument
16 Trial( const F& ff ) : f(ff) { } in Trial() function
56 static Trial<Internal>& full() { static Trial<Internal> f; return f; }
59 static Trial<Internal>& internal = Internal::full();
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash1.C11 struct Trial struct
15 Trial() : f() {} in Trial() function
16 Trial( const F& ff ) : f(ff) { } in Trial() argument
56 static Trial<Internal>& full() { static Trial<Internal> f; return f; }
59 static Trial<Internal>& internal = Internal::full();
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash1.C11 struct Trial struct
15 Trial() : f() {} in Trial() argument
16 Trial( const F& ff ) : f(ff) { } in Trial() function
56 static Trial<Internal>& full() { static Trial<Internal> f; return f; }
59 static Trial<Internal>& internal = Internal::full();
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash1.C11 struct Trial struct
15 Trial() : f() {} in Trial() function
16 Trial( const F& ff ) : f(ff) { } in Trial() function
56 static Trial<Internal>& full() { static Trial<Internal> f; return f; }
59 static Trial<Internal>& internal = Internal::full();
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash1.C11 struct Trial struct
15 Trial() : f() {} in Trial() function
16 Trial( const F& ff ) : f(ff) { } in Trial() argument
56 static Trial<Internal>& full() { static Trial<Internal> f; return f; }
59 static Trial<Internal>& internal = Internal::full();
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash1.C11 struct Trial struct
15 Trial() : f() {} in Trial() argument
16 Trial( const F& ff ) : f(ff) { } in Trial() function
56 static Trial<Internal>& full() { static Trial<Internal> f; return f; }
59 static Trial<Internal>& internal = Internal::full();
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash1.C11 struct Trial struct
15 Trial() : f() {} in Trial() function
16 Trial( const F& ff ) : f(ff) { } in Trial() argument
56 static Trial<Internal>& full() { static Trial<Internal> f; return f; }
59 static Trial<Internal>& internal = Internal::full();
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash1.C11 struct Trial struct
15 Trial() : f() {} in Trial() function
16 Trial( const F& ff ) : f(ff) { } in Trial() function
56 static Trial<Internal>& full() { static Trial<Internal> f; return f; }
59 static Trial<Internal>& internal = Internal::full();
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash1.C11 struct Trial struct
15 Trial() : f() {} in Trial() argument
16 Trial( const F& ff ) : f(ff) { } in Trial() function
56 static Trial<Internal>& full() { static Trial<Internal> f; return f; }
59 static Trial<Internal>& internal = Internal::full();
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash1.C11 struct Trial struct
15 Trial() : f() {} in Trial() argument
16 Trial( const F& ff ) : f(ff) { } in Trial() function
56 static Trial<Internal>& full() { static Trial<Internal> f; return f; }
59 static Trial<Internal>& internal = Internal::full();
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash1.C11 struct Trial struct
15 Trial() : f() {} in Trial() function
16 Trial( const F& ff ) : f(ff) { } in Trial() argument
56 static Trial<Internal>& full() { static Trial<Internal> f; return f; }
59 static Trial<Internal>& internal = Internal::full();
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash1.C11 struct Trial struct
15 Trial() : f() {} in Trial() argument
16 Trial( const F& ff ) : f(ff) { } in Trial() argument
56 static Trial<Internal>& full() { static Trial<Internal> f; return f; }
59 static Trial<Internal>& internal = Internal::full();
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash1.C11 struct Trial struct
15 Trial() : f() {} in Trial() function
16 Trial( const F& ff ) : f(ff) { } in Trial() argument
56 static Trial<Internal>& full() { static Trial<Internal> f; return f; }
59 static Trial<Internal>& internal = Internal::full();
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-crash1.C11 struct Trial struct
15 Trial() : f() {} in Trial() argument
16 Trial( const F& ff ) : f(ff) { } in Trial() argument
56 static Trial<Internal>& full() { static Trial<Internal> f; return f; }
59 static Trial<Internal>& internal = Internal::full();

12345678910>>...80