Home
last modified time | relevance | path

Searched refs:get_f (Results 1 – 25 of 453) sorted by relevance

12345678910>>...19

/dports/science/py-pygmo2/pygmo2-2.18.0/doc/tutorials/
H A Dzdt3_maco_benchmark.rst41 ... first_pop_32_1=pop_1.get_f()
43 ... first_pop_64_1=pop_1.get_f()
45 ... first_pop_128_1=pop_1.get_f()
49 ... first_pop_32_2=pop_1.get_f()
51 ... first_pop_64_2=pop_1.get_f()
53 ... first_pop_128_2=pop_1.get_f()
57 ... first_pop_32_3=pop_1.get_f()
59 ... first_pop_64_3=pop_1.get_f()
61 ... first_pop_128_3=pop_1.get_f()
75 ... fnds=fast_non_dominated_sorting(pop_1.get_f())
[all …]
/dports/science/pagmo2/pagmo2-2.18.0/src/algorithms/
H A Dcstrs_self_adaptive.cpp165 m_f_hat_down = m_pop_ptr->get_f()[0]; in update()
166 m_f_hat_up = m_pop_ptr->get_f()[0]; in update()
167 m_f_hat_round = m_pop_ptr->get_f()[0]; in update()
178 if (m_pop_ptr->get_f()[current_idx][0] < m_pop_ptr->get_f()[hat_down_idx][0]) { in update()
202 … if (m_pop_ptr->get_f()[current_idx][0] < m_pop_ptr->get_f()[hat_up_idx][0]) { in update()
222 … if (m_pop_ptr->get_f()[hat_up_idx][0] < m_pop_ptr->get_f()[current_idx][0]) { in update()
240 if (m_pop_ptr->get_f()[i][0] < m_pop_ptr->get_f()[hat_down_idx][0]) { in update()
253 if (m_pop_ptr->get_f()[i][0] > m_pop_ptr->get_f()[hat_up_idx][0]) { in update()
269 if (m_pop_ptr->get_f()[i][0] > m_pop_ptr->get_f()[hat_round_idx][0]) { in update()
337 auto fit = m_pop_ptr->get_f()[i]; in compute_c_max()
[all …]
H A Dsea.cpp117 auto improvement = pop.get_f()[worst_idx][0] - offspring_f[0]; in evolve()
120 if (pop.get_f()[best_idx][0] - offspring_f[0] >= 0.) { in evolve()
133 … pop.get_f()[best_idx][0], std::setw(15), improvement, std::setw(15), mut, '\n'); in evolve()
136 … m_log.emplace_back(i, prob.get_fevals() - fevals0, pop.get_f()[best_idx][0], improvement, mut); in evolve()
149 … pop.get_f()[best_idx][0], std::setw(15), improvement, std::setw(15), mut, '\n'); in evolve()
152 … m_log.emplace_back(i, prob.get_fevals() - fevals0, pop.get_f()[best_idx][0], improvement, mut); in evolve()
H A Dihs.cpp175 if (pop.get_f()[w_idx][0] >= new_f[0]) { in evolve()
179 if (compare_fc(new_f, pop.get_f()[w_idx], prob.get_nec(), prob.get_c_tol())) { in evolve()
184 auto fitnesses = pop.get_f(); in evolve()
194 pop.set_xf(i, pop.get_x()[best_idxs[i]], pop.get_f()[best_idxs[i]]); in evolve()
271 df = std::abs(pop.get_f()[worst_idx][0] - pop.get_f()[best_idx][0]); in log_a_line()
273 auto cur_best_f = pop.get_f()[pop.best_idx()]; in log_a_line()
287 ideal_point = ideal(pop.get_f()); in log_a_line()
/dports/math/gmp/gmp-6.2.1/tests/cxx/
H A Dt-rand.cc114 b = r.get_f(); in check_mpf()
115 mpf_class c(r.get_f()); in check_mpf()
117 mpf_class d(r.get_f(),212); in check_mpf()
125 c = r.get_f(b); in check_mpf()
127 mpf_class d(r.get_f(b)); in check_mpf()
129 mpf_class e(r.get_f(b)-r.get_f()); in check_mpf()
131 mpf_class f(r.get_f(60),300); in check_mpf()
/dports/math/gap/gap-4.11.0/extern/gmp/tests/cxx/
H A Dt-rand.cc115 b = r.get_f(); in check_mpf()
116 mpf_class c(r.get_f()); in check_mpf()
118 mpf_class d(r.get_f(),212); in check_mpf()
126 c = r.get_f(b); in check_mpf()
128 mpf_class d(r.get_f(b)); in check_mpf()
130 mpf_class e(r.get_f(b)-r.get_f()); in check_mpf()
132 mpf_class f(r.get_f(60),300); in check_mpf()
/dports/math/mingw32-libgmp/gmp-6.0.0/tests/cxx/
H A Dt-rand.cc115 b = r.get_f(); in check_mpf()
116 mpf_class c(r.get_f()); in check_mpf()
118 mpf_class d(r.get_f(),212); in check_mpf()
126 c = r.get_f(b); in check_mpf()
128 mpf_class d(r.get_f(b)); in check_mpf()
130 mpf_class e(r.get_f(b)-r.get_f()); in check_mpf()
132 mpf_class f(r.get_f(60),300); in check_mpf()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/tests/cxx/
H A Dt-rand.cc114 b = r.get_f(); in check_mpf()
115 mpf_class c(r.get_f()); in check_mpf()
117 mpf_class d(r.get_f(),212); in check_mpf()
125 c = r.get_f(b); in check_mpf()
127 mpf_class d(r.get_f(b)); in check_mpf()
129 mpf_class e(r.get_f(b)-r.get_f()); in check_mpf()
131 mpf_class f(r.get_f(60),300); in check_mpf()
/dports/science/pagmo2/pagmo2-2.18.0/tests/
H A Dpopulation.cpp81 BOOST_CHECK(pop2.get_f() != pop3.get_f()); in BOOST_AUTO_TEST_CASE()
89 BOOST_CHECK(pop4.get_f() == pop3.get_f()); in BOOST_AUTO_TEST_CASE()
93 BOOST_CHECK(pop2.get_f() == pop5.get_f()); in BOOST_AUTO_TEST_CASE()
145 BOOST_CHECK(pop2.get_f() == pop1.get_f()); in BOOST_AUTO_TEST_CASE()
170 BOOST_CHECK(pop.get_f().size() == i); in BOOST_AUTO_TEST_CASE()
244 BOOST_CHECK((pop.get_f()[0] == vector_double{1})); in BOOST_AUTO_TEST_CASE()
417 BOOST_CHECK(pop100.get_f()[i] == pop100a.get_f()[i]); in BOOST_AUTO_TEST_CASE()
431 BOOST_CHECK(pop1000.get_f()[i] == pop1000a.get_f()[i]); in BOOST_AUTO_TEST_CASE()
432 BOOST_CHECK(pop1000.get_f()[i] == pop1000a.get_f()[i]); in BOOST_AUTO_TEST_CASE()
444 BOOST_CHECK(pop1000.get_f()[i] == pop1000a.get_f()[i]); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/misc/libcomps/libcomps-0.1.17/libcomps/src/python/src/
H A Dpycomps_utils.h40 COMPS_Object* (*get_f)(COMPS_Object*); member
46 COMPS_Object* (*get_f)(COMPS_Object*); member
52 COMPS_ObjList* (*get_f)(COMPS_Object*); member
67 COMPS_Object* (*get_f)(C_TYPE*);\
77 COMPS_Object* (*get_f)(C_TYPE*);\
87 COMPS_ObjList *(*get_f)(C_TYPE*);\
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_49.f9021 procedure, pass(this), public :: f => get_f
26 function get_f( this ) result( f_ptr ) ! Error message here. function
30 end function get_f
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_49.f9021 procedure, pass(this), public :: f => get_f
26 function get_f( this ) result( f_ptr ) ! Error message here. function
30 end function get_f
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_49.f9021 procedure, pass(this), public :: f => get_f
26 function get_f( this ) result( f_ptr ) ! Error message here. function
30 end function get_f
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_49.f9021 procedure, pass(this), public :: f => get_f
26 function get_f( this ) result( f_ptr ) ! Error message here. function
30 end function get_f
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_49.f9021 procedure, pass(this), public :: f => get_f
26 function get_f( this ) result( f_ptr ) ! Error message here. function
30 end function get_f
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_49.f9021 procedure, pass(this), public :: f => get_f
26 function get_f( this ) result( f_ptr ) ! Error message here. function
30 end function get_f
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_49.f9021 procedure, pass(this), public :: f => get_f
26 function get_f( this ) result( f_ptr ) ! Error message here. function
30 end function get_f
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_49.f9021 procedure, pass(this), public :: f => get_f
26 function get_f( this ) result( f_ptr ) ! Error message here. function
30 end function get_f
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_49.f9021 procedure, pass(this), public :: f => get_f
26 function get_f( this ) result( f_ptr ) ! Error message here. function
30 end function get_f
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_49.f9021 procedure, pass(this), public :: f => get_f
26 function get_f( this ) result( f_ptr ) ! Error message here. function
30 end function get_f
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_49.f9021 procedure, pass(this), public :: f => get_f
26 function get_f( this ) result( f_ptr ) ! Error message here. function
30 end function get_f
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_49.f9021 procedure, pass(this), public :: f => get_f
26 function get_f( this ) result( f_ptr ) ! Error message here. function
30 end function get_f
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_49.f9021 procedure, pass(this), public :: f => get_f
26 function get_f( this ) result( f_ptr ) ! Error message here. function
30 end function get_f
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_49.f9021 procedure, pass(this), public :: f => get_f
26 function get_f( this ) result( f_ptr ) ! Error message here. function
30 end function get_f
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_49.f9021 procedure, pass(this), public :: f => get_f
26 function get_f( this ) result( f_ptr ) ! Error message here. function
30 end function get_f

12345678910>>...19