订单分批问题的数学模型及节约启发式算法,订单分批是为了提高拣货作业的效率而将多张订单合并成一批, 进行批次拣取作业, 其目的在于缩短拣取时平均行走搬运的距离及时间。
2022-03-13 11:55:12 143KB 订单分批 节约启发式算法
1
订单分批matlab代码SPM fMRI示例管道 用于预处理,读取行为文件,进行第一级和第二级分析的示例管道 该文件夹包含: Powerpoint summary of pipeline used (Example_SPM_Pipeline) Matlab Scripts SPM Batch Files 脚本的组织方式使所有内容都从“ multisubject_analysis ”脚本运行 该脚本调用所有其他脚本,贯穿主题和文件夹来执行此操作。 为了: First do the preprocessing ("_preprocess_" script) After this is completed, you can run first level analysis ("_firstlevel_analysis_") This uses the script "_behavioural_data_onset_duration_" to load in onsets and durations of stimuli After this second level analysis ("_
2021-12-17 16:38:03 716KB 系统开源
1
订单分批matlab代码神经PGD 该代码实现了中提出的神经近端梯度下降(PGD)算法。 想法是展开近端梯度下降算法,并使用神经网络对近端进行建模。 采用残差网络(ResNet)作为近端,实现递归神经网络(RNN)学习近端。 该代码可以灵活地结合各种培训成本,包括:1)逐像素l1 / l2、2)SSIM和3)对抗性GAN,LSGAN和WGAN。 命令行 python3 npgd_main.py -火车--dataset_train /路径/到/火车/数据集--dataset_test /路径/到/测试/数据集--sampling_pattern /路径/到/采样/轨迹/.matfile --sample_size_x 320 --sample_size_y 256 --batch_size 2 --summary_period 20000 --subsample_test 1000 --subsample_train 1000 --train_time 3000 --train_dir /路径/到/保存/结果--checkpoint_dir /路径/到/保存/检查点--tensorbo
2021-12-17 16:32:53 583.59MB 系统开源
1