Warning: Undefined variable $resultados in /home/enciclo/public_html/dictious.com/search.php on line 17
vehicle_routing_problem - Dictious

9 Talált eredmények " vehicle_routing_problem"

vehicle routing problem

<span class="searchmatch">vehicle</span> <span class="searchmatch">routing</span> <span class="searchmatch">problem</span> (tsz. <span class="searchmatch">vehicle</span> <span class="searchmatch">routing</span> problems) (informatika) jármű útvonaltervezési probléma A <span class="searchmatch">Vehicle</span> <span class="searchmatch">Routing</span> <span class="searchmatch">Problem</span> (VRP), vagy járműútvonal-tervezési...


generalized assignment problem

generalized assignment <span class="searchmatch">problem</span> (tsz. generalized assignment problems) (informatika) A Generalized Assignment <span class="searchmatch">Problem</span> (GAP, általánosított hozzárendelési...


column generation

Járműútvonal-tervezés (<span class="searchmatch">Vehicle</span> <span class="searchmatch">Routing</span> <span class="searchmatch">Problem</span>, VRP) Legénység-beosztás (Crew Scheduling) Vágási minták optimalizálása (Cutting Stock <span class="searchmatch">Problem</span>) Generalizált hozzárendelési...


jármű útvonaltervezési probléma

angol: <span class="searchmatch">vehicle</span> <span class="searchmatch">routing</span> <span class="searchmatch">problem</span> (en)...


közelítő algoritmus

IPA: [ ˈkøzɛliːtøːɒlɡoritmuʃ] közelítő algoritmus (informatika, matematika, algoritmusok) A közelítő algoritmusok olyan algoritmusok, amelyek nem feltétlenül...


discrete optimization

[LpVariable(f&quot;x{i}&quot;, cat=&quot;Binary&quot;) for i in range(len(values))] prob = Lp<span class="searchmatch">Problem</span>(&quot;Knapsack&quot;, LpMaximize) prob += lpSum(x[i]*values[i] for i in range(len(x)))...


Clarke-Wright-algoritmus

algoritmus egy heurisztikus módszer a jármű útvonaltervezési probléma (<span class="searchmatch">Vehicle</span> <span class="searchmatch">Routing</span> <span class="searchmatch">Problem</span>, VRP) megoldására. Az algoritmus célja, hogy minimalizálja a járművek...


ant colony optimization

Salesman <span class="searchmatch">Problem</span> Legrövidebb körút Ütemezési problémák Gyártás, iskolai beosztás <span class="searchmatch">Routing</span> problémák Adathálózat, logisztika Jármű útvonal <span class="searchmatch">Vehicle</span> <span class="searchmatch">Routing</span> Problem...


optimization software

szimuláció-alapú optimalizálás from pulp import * # Probléma definiálása prob = Lp<span class="searchmatch">Problem</span>(&quot;Simple LP&quot;, LpMaximize) x = LpVariable(&quot;x&quot;, lowBound=0) y = LpVariable(&quot;y&quot;...