Home
last modified time | relevance | path

Searched refs:allowequality (Results 1 – 4 of 4) sorted by relevance

/dports/science/pybrain/pybrain-0.3.3/pybrain/tools/
H A Dnondominated.py27 def _non_dominated_front_old(iterable, key=lambda x: x, allowequality=True): argument
40 if allowequality:
77 if allowequality:
115 return _non_dominated_front_fast(items, key, allowequality)
130 if allowequality:
160 return _non_dominated_front_arr(items, key, allowequality)
165 def non_dominated_sort(iterable, key=lambda x: x, allowequality=True): argument
171 front = non_dominated_front(items, key, allowequality)
190 return _const_non_dominated_front_arr(items, key, allowequality)
209 if allowequality:
[all …]
/dports/science/pybrain/pybrain-0.3.3/pybrain/optimization/populationbased/multiobjective/
H A Dconstnsga2.py47 allowequality = self.allowEquality))
51 allowequality = self.allowEquality))
69 def nsga2select(population, fitnesses, survivors, allowequality = True): argument
74 allowequality = allowequality)
H A Dnsga2.py49 allowequality = self.allowEquality))
53 allowequality = self.allowEquality))
64 def nsga2select(population, fitnesses, survivors, allowequality = True): argument
69 allowequality = allowequality)
/dports/math/SCIP/scip-7.0.3/applications/STP/src/
H A Dreduce_bnd.c563 SCIP_Bool allowequality, /**< rule out also in case of equality */ in ruleOutSubtree() argument
570 if( allowequality ? (extendedcost >= cutoff) : SCIPisGT(scip, extendedcost, cutoff) ) in ruleOutSubtree()
2812 …const SCIP_Bool allowequality = (result != NULL && result[e] != CONNECT && result[erev] != CONNECT… in reduce_extendedEdge() local
2821 …RT(reduceCheckEdge(scip, graph, root, cost, pathdist, vnoi, minpathcost, e, allowequality, nodearr, in reduce_extendedEdge()
2830 …LL_ABORT(reduceCheckEdge(scip, graph, root, cost, pathdist, vnoi, minpathcost, erev, allowequality, in reduce_extendedEdge()