Welcome![Sign In][Sign Up]
Location:
Search - scheduling genetic

Search list

[File Operateef_zw

Description: zw方式操作的多产品间歇过程调度目标函数makespan,遗传算法。-zw methods of multi-product batch process scheduling objective function makespan, genetic algorithm.
Platform: | Size: 2048 | Author: 孔令启 | Hits:

[Data structsCPUSchedule

Description: 3个CPU调度算法的simulation. 分别是Short Job First,High Return Ration Next, Round Robin. 模拟得到R,U,S等重要指标。-3 CPU scheduling algorithm of the simulation. Were Short Job First, High Return Ration Next, Round Robin. Simulated R, U, S and other important indicators.
Platform: | Size: 19456 | Author: tennic | Hits:

[Algorithmjobshop

Description: 车间调度问题主程序,需要进行自主参数设计-Shop scheduling problem the main program, the need for self-Parameter Design
Platform: | Size: 1024 | Author: jack | Hits:

[AI-NN-PRJSPGA

Description: 车间作业调度问题遗传算法Matlab源码 -Job-shop scheduling problem genetic algorithm source Matlab
Platform: | Size: 1024 | Author: hj | Hits:

[AI-NN-PRsdasd

Description: 车间作业调度问题遗传算法,可以生成调度甘特图。-Job-shop scheduling problem genetic algorithm, can generate Gantt scheduling.
Platform: | Size: 3072 | Author: 李志辉 | Hits:

[AI-NN-PRPaiKe

Description: 遗传算法做排课软件源码。还行吧-Course Scheduling software to do genetic algorithm source code. Also visit you
Platform: | Size: 239616 | Author: build | Hits:

[matlabJobShopSchedulingProblemMatlabGeneticAlgorithm

Description: 车间作业调度问题遗传算法Matlab源码,用于解决车间的调度问题-Job Shop Scheduling Problem Matlab genetic algorithm source code for the solution to the scheduling problem workshop
Platform: | Size: 2048 | Author: sxb | Hits:

[Communicationconf043

Description: A Genetic Algorithm Approach to Scheduling Communications for a Class of Parallel Space-Time Adaptive Processing Algorithms
Platform: | Size: 67584 | Author: mohamed | Hits:

[AI-NN-PRSchedulingSystem

Description: 可用于大学的遗传算法实现排课系统!用遗传算法能达到最好的效果-Can be used for the genetic algorithm University Course Scheduling System! Using genetic algorithms to achieve their best effect
Platform: | Size: 2763776 | Author: 陈鹏 | Hits:

[AI-NN-PRscheduling

Description: 用于车间调动的自适应遗传算法,高效,带有Benchmark测试案例-Workshop for the mobilization of the adaptive genetic algorithm, high efficiency, with a Benchmark Test Case
Platform: | Size: 188416 | Author: 王天 | Hits:

[matlabmultiprocessor

Description: multi processor scheduling with genetic algorithm
Platform: | Size: 2048 | Author: mehdi | Hits:

[OtherGenetic

Description: 车间作业调度问题遗传算法Matlab源码-Genetic Algorithm for Job Shop Scheduling Problem Matlab source code
Platform: | Size: 5120 | Author: 曾行 | Hits:

[assembly languageflowhopschedule

Description: 车间调度遗传算法的研究,主要功能已经实现,绝对经典-Shop scheduling genetic algorithm research, the main function has been achieved, an absolute classic
Platform: | Size: 54272 | Author: liumingyi | Hits:

[matlabJobshopschedulingsimulatedannealinggeneticalgorith

Description: 车间作业调度的模拟退火遗传算法,可以用于一般生产性过程中的工序调度应用 -Job shop scheduling simulated annealing genetic algorithm
Platform: | Size: 17408 | Author: 赵欣 | Hits:

[matlabShop-scheduling-genetic-algorithm

Description: 遗传算法车间调度,车间作业调度问题遗传算法 -------------------------------------------------------------------------- 输入参数列表 M 遗传进化迭代次数 N 种群规模(取偶数) Pm 变异概率 T m×n的矩阵,存储m个工件n个工序的加工时间 P 1×n的向量,n个工序中,每一个工序所具有的机床数目 输出参数列表 Zp 最优的Makespan值 Y1p 最优方案中,各工件各工序的开始时刻,可根据它绘出甘特图 Y2p 最优方案中,各工件各工序的结束时刻,可根据它绘出甘特图 Y3p 最优方案中,各工件各工序使用的机器编号 Xp 最优决策变量的值,决策变量是一个实数编码的m×n矩阵 LC1 收敛曲线1,各代最优个体适应值的记录 LC2 收敛曲线2,各代群体平均适应值的记录 最后,程序还将绘出三副图片:两条收敛曲线图和甘特图(各工件的调度时序图)-Genetic algorithm scheduling, job shop scheduling problems with genetic algorithms -------------------------------------------------------------------------- genetic evolution of the input parameter list, the number of iterations M N population size (taken even) Pm mutation probability T m × n matrix, stored m one piece n a process of processing time 1 × n vector, n a process in which each machine processes the number of Zp with the best value Y1p Optimal Makespan programs, the start time of each process the workpiece can be drawn based on its optimal solution Gantt Y2p, each time the workpiece end of the process, according to its draw Gantt Y3p optimal solution, each piece of the processes using machine code Xp optimal decision variable, decision variable is a real m × n matrix encoded LC1 convergence curve 1, the generation of the best individual record of LC2 fitness convergence curve 2, the average fitness value on behalf of groups record Finally, the program will draw three pict
Platform: | Size: 2048 | Author: 王龙隐 | Hits:

[JSP/Javascheduling-system

Description: 本系统主要实现了商品信息模块,公告信息模块(及时发现需进货商品信息),出库信息模块,管理员模块,商品调度模块,日志信息模块。在本系统中使用了遗传算法,可以同时对多种商品进行调度,该算法会根据供应商报价以及运输成本去自动选择一种最优方式,这种方式在很大程度上减少了管理员操作时间,节约了进货成本。-The system implements the product information module, the bulletin information module (must purchase goods to discover information), a library of information modules, administrator module, scheduling module products, log information module. In this system uses a genetic algorithm can schedule a variety of commodities, the algorithm will be based on quotations from suppliers and transportation costs to automatically select an optimal way, this approach reduces the administrator operating in the largely time, saving the purchase cost.
Platform: | Size: 11822080 | Author: 陶天 | Hits:

[AI-NN-PRFSSP-of-GA

Description: Flow Shop调度问题的遗传算法通用MATLAB源码。 本源码由GreenSim团队原创,-Flow Shop Scheduling Problem General Genetic Algorithm MATLAB source code. The original source code from the GreenSim team,
Platform: | Size: 2048 | Author: lzf | Hits:

[matlabgenetic-algo

Description: process scheduling using genetic algorithm
Platform: | Size: 74752 | Author: noor | Hits:

[AI-NN-PRJob-shop-MATLAB

Description: 用matlab编写的车间作业调度的遗传算法程序-Written by matlab genetic algorithm for job shop scheduling procedures
Platform: | Size: 102400 | Author: 小刚 | Hits:

[OtherMicrogrid optimal scheduling

Description: 文章以含有蓄电池、光伏、风机以及负荷的微电网为研究对象,在考虑蓄电池充放电约束、微电网与电网功率交换约束等条件下,建立了以负荷平均供电单价最小为目标的日前优化调度模型。并利用改进交叉算子的遗传算法进行求解。以某典型微电网为例进行建模与求解,得到了微电网日前优化调度方案,实现了微电网的经济稳定运行(Taking the micro-grid with storage battery, photovoltaic, fan and load as the research object, considering the battery charging and discharging constraints, power exchange constraints between micro-grid and power grid, a daily optimal dispatching model with the objective of minimizing the average unit price of power supply is established. The improved crossover operator is used to solve the genetic algorithm. Taking a typical micro-grid as an example, the day-ahead optimal dispatching scheme of micro-grid is obtained, and the economic and stable operation of micro-grid is realized.)
Platform: | Size: 172032 | Author: 阿飞之父 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net