Home
last modified time | relevance | path

Searched refs:weight_callback (Results 1 – 8 of 8) sorted by relevance

/dports/editors/calligraplan/calligraplan-3.3.0/src/plugins/schedulers/rcps/3rdparty/LibRCPS/src/
H A Dfitness.c37 if (problem->weight_callback) { in fitness()
38 …problem->weight_callback(job_start, dur, &weight, job->modes[modenum]->weight_cb_arg, fitness_cb_a… in fitness()
H A Dstructs.h27 …int (*weight_callback)(int starttime, int duration, struct rcps_fitness *nominal_weight, void *arg… member
H A Dlibrcps.h81 …int (*weight_callback)(int time, int duration, struct rcps_fitness *nominal_weight, void *arg, voi…
H A Dlibrcps.c58 …int (*weight_callback)(int time, int duration, struct rcps_fitness *nominal_weight, void *arg, voi… in rcps_problem_set_weight_callback()
59 p->weight_callback = weight_callback; in rcps_problem_set_weight_callback()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/dlua/layout/
H A Dhyper_rooms.lua17 local function weight_callback(generator) function
27 if generator.weight_callback ~= nil then return generator.weight_callback(generator,options) end
35 local chosen = util.random_weighted_from(weight_callback,weights)
/dports/editors/calligraplan/calligraplan-3.3.0/src/plugins/schedulers/rcps/
H A DKPlatoRCPSScheduler.h93 …static int weight_callback(int time, int duration, struct rcps_fitness *nominal_weight, void* weig…
H A DKPlatoRCPSScheduler.cpp205 int KPlatoRCPSScheduler::weight_callback(int time, int duration, struct rcps_fitness *nominal_weigh… in weight_callback() function in KPlatoRCPSScheduler
489 rcps_problem_set_weight_callback(m_problem, &KPlatoRCPSScheduler::weight_callback); in solve()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/dlua/
H A Dv_rooms.lua154 local function weight_callback(generator) function
181 chosen = util.random_weighted_from(weight_callback,