Giter Site home page Giter Site logo

ai's Introduction

AI搜索

Java

N-Puzzle Problem & N-blocks Problem

第一阶段:Searching_student

Algorithm:A-star ;Zobrist hashing
时间:1s
能解决8数码问题和部分15数码样例
滑块问题能解决到10阶(一分钟内)

第二阶段 SearchingAstar

N-puzzle:IDA-star 反向搜索
4 阶的,能够在与老师程序同级别的时间内,解决相同 的问题实例。
N-blocks:改进的 A-Star
能够在 1 分钟之内解出 11 阶的

第三阶段 SearchingAstar3

N-puzzle:IDA-star+不相交可加性的静态模式数据库 6-6-3 分区启发式函数优化
4阶的复杂样例能在一分钟内解出;(用第二阶段的IDA* 时间为三十分钟左右)

N-blocks: A-star+剪枝
一分钟内解出30阶 (未验证在阶数20-30时是否为最优解)

可视化代码 AIDraw

甜学姐天下第一

ai's People

Contributors

du-sen-lin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.