Home
last modified time | relevance | path

Searched refs:get_max_score (Results 1 – 13 of 13) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/ai/default/
H A Dstage_rca.cpp77 return a->get_max_score() > b->get_max_score(); in operator ()()
106 if (ca_ptr->get_max_score()<=best_score) { in do_play_stage()
107 …n the upper bound of score for remaining candidate actions "<< ca_ptr->get_max_score()<< std::endl; in do_play_stage()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/pathfinder/
H A Dastar_path.h63 uint32 get_max_score(uint32 cost) override { in get_max_score() function
64 return (Path::get_max_score(cost)); in get_max_score()
H A Dpath.h69 virtual uint32 get_max_score(uint32 cost);
H A Dpath.cpp46 uint32 Path::get_max_score(uint32 cost) { in get_max_score() function in Ultima::Nuvie::Path
H A Dastar_path.cpp112 const uint32 max_score = get_max_score(start_node->to_goal); in path_search()
/dports/net/xprobe/xprobe2-0.3/src/
H A Dos_matrix.cc174 int OS_Matrix::get_max_score(int os_id) { in get_max_score() function in OS_Matrix
185 return get_score(os_id) * 100/get_max_score(os_id); in get_prcnt_score()
H A Dos_matrix.h93 int get_max_score(int);
/dports/games/wesnoth/wesnoth-1.14.17/src/ai/composite/
H A Drca.cpp78 double candidate_action::get_max_score() const in get_max_score() function in ai::candidate_action
H A Drca.hpp81 double get_max_score() const;
/dports/biology/bcftools/bcftools-1.14/
H A Dvcfsom.c415 static double get_max_score(args_t *args, int iskip) in get_max_score() function
553 case MERGE_MAX: score = get_max_score(args, isom); break; in do_train()
608 case MERGE_MAX: score = get_max_score(args, -1); break; in do_classify()
/dports/biology/bio-mocha/bcftools-1.14/
H A Dvcfsom.c415 static double get_max_score(args_t *args, int iskip) in get_max_score() function
553 case MERGE_MAX: score = get_max_score(args, isom); break; in do_train()
608 case MERGE_MAX: score = get_max_score(args, -1); break; in do_classify()
/dports/biology/py-pysam/pysam-0.18.0/bcftools/
H A Dvcfsom.c415 static double get_max_score(args_t *args, int iskip) in get_max_score() function
553 case MERGE_MAX: score = get_max_score(args, isom); break; in do_train()
608 case MERGE_MAX: score = get_max_score(args, -1); break; in do_classify()
H A Dvcfsom.c.pysam.c417 static double get_max_score(args_t *args, int iskip) in get_max_score() function
555 case MERGE_MAX: score = get_max_score(args, isom); break; in do_train()
610 case MERGE_MAX: score = get_max_score(args, -1); break; in do_classify()