​负载均衡调度问题initRandomMat我要分享

Initrandommat: a load balancing scheduling problem

任务分配 负载均衡 M?n matlab遗传算法 假设n个task

关注次数: 333

下载次数: 1

文件大小: 1KB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

负载均衡调度问题:假设有N个任务,需要负载均衡器分配给M个服务器节点去处理。每个任务的任务长度、每台服务器节点(下面简称“节点”)的处理速度已知,请给出一种任务分配方式,使得所有任务的总处理时间最短。initRandomMat文件


English Description:

Load balancing scheduling problem: suppose there are n tasks that need to be allocated to m server nodes by load balancer. The task length of each task and the processing speed of each server node (hereinafter referred to as "node") are known. Please give a task allocation method to minimize the total processing time of all tasks. Initrandommat file


代码预览

initRandomMat.m

initRandomMat - 副本 (2) - 副本.m

initRandomMat - 副本.m

initRandomMat - 副本 (2).m