中国地质大学(武汉)计算机学院《人工智能导论》期末课设。包含五个问题:1. 随机重启爬山法、最小冲突法和遗传算法求解N皇后;2. 实现 Wumpus World 游戏;3. a-b 剪枝法实现井字棋游戏;4.粒子群法求解函数极小值;5.遗传算法求解函数极大值
☆23Jan 14, 2021Updated 5 years ago
Alternatives and similar repositories for CUG-Introduction-to-Artificial-Intelligence
Users that are interested in CUG-Introduction-to-Artificial-Intelligence are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 研究生作业 人工智能作业: knn算法、sklearn库实现全连接网络、纯numpy实现全连接网络 高级程序设计作业: 广义tsp问题 (模拟退火、禁忌搜索、遗传算法、蚁群算法)☆13Dec 8, 2020Updated 5 years ago
- 中国地质大学 武汉 计算机科学与技术 课程不完全攻略☆57Jun 17, 2022Updated 3 years ago
- Use the Moravec operator + correlation coefficient algorithm for image feature point matching. The Python code performs automatic recogni…☆10Sep 21, 2020Updated 5 years ago
- 基于Dijkstra算法的武汉地铁路径规划☆10Jul 1, 2022Updated 3 years ago
- 陈克明《动态多智能算法及其在物流配送系统中的应用研究》中的遗传-粒子群算法复现☆12Jan 24, 2023Updated 3 years ago
- NordVPN Special Discount Offer • AdSave on top-rated NordVPN 1 or 2-year plans with secure browsing, privacy protection, and support for for all major platforms.
- 四种调度算法:随机调度、先来先服务、DRF、模拟退火的实现。☆10Jan 6, 2021Updated 5 years ago
- 运钞车路径规划(蚁群算法VRPSD)☆13Jun 24, 2019Updated 6 years ago
- 武大遥感院2021年计算机图形学实习,包括图形生成:DDA直线,中点直线,Bresenham圆,正负法圆,Bezier曲线,B样条曲线,Hermite曲线;图形变化:平移,旋转,缩放,对称;图形填充:扫描线填充,边缘填充,种子填充;图形裁剪:Cohen-Sutherland…☆41Apr 9, 2022Updated 3 years ago
- Optimal piecewise linear approximation package for the Julia programming language☆24Jul 22, 2025Updated 8 months ago
- moziai强化学习和行为树的代码☆10Mar 18, 2020Updated 6 years ago
- Contains python code of an NSGA-II based solver with multiple genetic operator choices for the multiple travelling salesman problem with …☆26Mar 17, 2022Updated 4 years ago
- 这是Evolving Deep Neural Networks by Multi-objective Particle的复现;多目标优化粒子群算法+CNN网络;实现调参。☆13Jun 27, 2022Updated 3 years ago
- Evolutionary Multitasking in Permutation-Based Combinatorial Optimization Problems: Realization with TSP and Knapsack☆11Jul 8, 2018Updated 7 years ago
- 武汉大学计算机学院2023年xxb老师班计算机组成与设计课程设计代码☆22Apr 2, 2023Updated 2 years ago
- DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 程序员职业病☆12Apr 26, 2020Updated 5 years ago
- A repository made to host something like a tiny framework to apply heuristics and metaheuristics to the multidimensional knapsack problem…☆10Aug 16, 2015Updated 10 years ago
- 将所有b站上转发的已开奖抽奖动态删除☆19Nov 5, 2022Updated 3 years ago
- A coupled vertical federated learning framework that boosts the model performance with record similarities (NeurIPS 2022)☆28Mar 28, 2023Updated 3 years ago
- 复现论文算法RODDPSO+K-Means,用优化的粒子群算法对K-Means算法求初始的簇心,以达到优化聚类算法的目的☆17Jan 18, 2021Updated 5 years ago
- 智能优化算法的python手动实现,注释详细☆20Apr 11, 2022Updated 3 years ago
- 面试官:请设计一个秒杀系统☆13Dec 14, 2020Updated 5 years ago
- 人工智能大作业论文,粒子群优化算法求解旅行商问题的源代码及数据☆18Dec 14, 2020Updated 5 years ago
- go简单实现高并发秒杀系统☆10Apr 11, 2021Updated 4 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- AllenNLP Startup Guide☆14Apr 21, 2023Updated 2 years ago
- Source code for the Energy-Latency Attacks via Sponge Poisoning paper.☆15Mar 14, 2022Updated 4 years ago
- Chinese translation of the book - 《The Book Of Ruby》| 《The Book Of Ruby》 的中文翻译版本。☆16Dec 15, 2023Updated 2 years ago
- 中山大学人工智能实验 (2019 秋):16 个实验、4 个项目,包含搜索算法、CSP、Prolog、EM 算法、朴素贝叶斯、强化学习等☆22Dec 15, 2020Updated 5 years ago
- A collection of real-world networks/graphs for Network Embedding☆20Jun 10, 2021Updated 4 years ago
- Code for the paper "Group-Fairness in Influence Maximization"☆26Oct 25, 2019Updated 6 years ago
- Exploring Few-Shot Adaptation of Language Models with Tables☆24Aug 22, 2022Updated 3 years ago
- Whistle / Hum / Sing into a microphone, generate MIDI signals to drive a sequencer☆26Mar 19, 2020Updated 6 years ago
- 云图计划游戏助手,自动刷枢核,纯图像识别,开罐即食,支持后台运行☆32Nov 3, 2021Updated 4 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- SpringBoot示例项目☆20Mar 31, 2022Updated 3 years ago
- 解决调度问题的元启发式算法应用(未完待续...),蚁群算法(ACO)、遗传算法(GA)、粒子群算法(PSO)、模拟退火算法(SA)☆33Nov 1, 2018Updated 7 years ago
- Lexical-Analyzer-Syntactic-Analyzer By C++ 编译原理:C++实现的词法分析器和语法分析器☆16Dec 28, 2020Updated 5 years ago
- Code for KE-Blender, EMNLP 2021☆18Mar 1, 2022Updated 4 years ago
- B站动态转发抽奖☆34Jan 25, 2019Updated 7 years ago
- 使用遗传算法求解TSP和mTSP☆46Nov 5, 2017Updated 8 years ago
- A easy library for recommendation system or computational advertising☆22Jun 28, 2019Updated 6 years ago