摘要:
applied soft computing 投稿填坑1 觉得有用的话,欢迎一起讨论相互学习~ 当我投完论文后,一周后让我修改格式以方便审核 (1) Please remove the header title for each page on the manuscript. word页头移去标题 阅读全文
摘要:
使用java计算数组方差和标准差 觉得有用的话,欢迎一起讨论相互学习~ 首先给出方差和标准差的计算公式 代码 public class Cal_sta { double Sum(double[] data) { double sum = 0; for (int i = 0; i < data.len 阅读全文
摘要:
MOP tricks 开新坑,未完待续 Reference [1] Multiobjective Immune Algorithm with Nondominated Neighbor-Based Selection Some references have implied that MOEAs w 阅读全文
摘要:
DTLZ 开新坑,未完待续 Reference [1] Multiobjective Immune Algorithm with Nondominated Neighbor-Based Selection [2] Deb, K., Thiele, L., Laumanns, M., and Zitz 阅读全文