2024/12/25 任务【multi-objective optimization algorithm 多目标优化算法】解决问题的代码实现 Day1
知识点:Git配合Github的简单使用,
硕士开题报告:
选题意义(10分),难易程度(5分),对国内外现状的综述(5分)
论文的开题报告,写好这些就够了!_哔哩哔哩_bilibili:
写清楚研究方向
研究的意义
现在做到什么程度
存在哪些问题
你想怎么解决
准备用哪些数据去验证你的成果
参考文献
Github 新手够用指南 | 全程演示&个人找项目技巧放送_哔哩哔哩_bilibili
看别人的Girhub项目:
git clone + http地址
Star数目
README.md
issue
LICENSE
找开源项目的一些途径
• https://github.com/trending/
• https://github.com/521xueweihan/HelloGitHub
• https://github.com/ruanyf/weekly
• https://www.zhihu.com/column/mm-fe
特殊的查找资源小技巧-常用前缀后缀
• 找百科大全 awesome xxx
• 找例子 xxx sample
• 找空项目架子 xxx starter / xxx boilerplate
• 找教程 xxx tutorial