GitHub 中文社区
回车: Github搜索    Shift+回车: Google搜索
论坛
排行榜
趋势
登录

©2025 GitHub中文社区论坛GitHub官网网站地图GitHub官方翻译

  • X iconGitHub on X
  • Facebook iconGitHub on Facebook
  • Linkedin iconGitHub on LinkedIn
  • YouTube iconGitHub on YouTube
  • Twitch iconGitHub on Twitch
  • TikTok iconGitHub on TikTok
  • GitHub markGitHub’s organization on GitHub
集合主题趋势排行榜
#

nqueens-problem

Website
Wikipedia
https://static.github-zh.com/github_avatars/hassanzadehmahdi?size=40
hassanzadehmahdi / N-Queen-Problem-using-Genetic-Algorithm

#算法刷题#The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other.

genetic-algorithmPython算法nqueens-problem
Python 15
2 年前
https://static.github-zh.com/github_avatars/Elktrn?size=40
Elktrn / nQueens-problem-solved-with-evolutionary-strategy-in-python

find arrangement for n Queens in n*n board of chees using Genetic algorithms

nqueens-problemgenetic-algorithmPythonevolution-strategies
Python 14
4 个月前
https://static.github-zh.com/github_avatars/mirzaeiyan?size=40
mirzaeiyan / nqueens-genetic

Solving the nqueens problem using genetic algorithm

nqueens-problemgenetic-algorithm
Python 10
7 年前
https://static.github-zh.com/github_avatars/AhmedNasserabdelkareem?size=40
AhmedNasserabdelkareem / N-Queens

Python Implementation for N-Queen problem using Hill Climbing, Genetic Algorithm, K-Beam Local search and CSP

人工智能beam-searchnqueens-problemgenetic-algorithmcspbacktracking
Python 9
6 年前
https://static.github-zh.com/github_avatars/HxnDev?size=40
HxnDev / 8-Queen-Problem-Solver-in-Python

The 8-queens problems asks us to place 8 queens on a chessboard so that no two can capture one another; that is, no two are on the same row, column, or diagonal.

Pythonnqueens-problemCode
Python 5
4 年前
https://static.github-zh.com/github_avatars/theabhayprajapati?size=40
theabhayprajapati / nqueens-board

An Online n queens board

gameMazesnqueens-problem
JavaScript 4
2 年前
https://static.github-zh.com/github_avatars/SoumyadeepB?size=40
SoumyadeepB / Design-and-Analysis-of-Algorithms

Design and Analysis of Algorithms

dynamic-programmingbacktracking-algorithmnqueens-problemgraphstring-matchingknapsack-problemmatrix-multiplication
C 4
4 年前
https://static.github-zh.com/github_avatars/Johnny-Knighten?size=40
Johnny-Knighten / hill-climbing

Hill Climbing and Hill Climbing With Random Restart implemented in Java.

nqueensnqueens-problemhill-climbingJavaoptimization
Java 4
6 年前
https://static.github-zh.com/github_avatars/arman324?size=40
arman324 / Genetic-Algorithm-N-Queen

Solving N-queens problem with Genetic Algorithm - Artificial Intelligence

genetic-algorithmnqueens-problem人工智能
C 4
4 年前
https://static.github-zh.com/github_avatars/NassarX?size=40
NassarX / nqueens-optimization

Optimizing the NQueen Puzzle using different optimization techniques including backtracking, local search, and genetic algorithm (GA) for evolving towards a state where no two queens are attacking eac...

genetic-algorithmoptimization-algorithmsPythonbacktrackinghill-climbingnqueens-problem
Jupyter Notebook 3
2 年前
https://static.github-zh.com/github_avatars/hassan11196?size=40
hassan11196 / AI-Assignments

AI Assignments - FAST NUCES (Karachi) - CS401 - Spring 2020

PythonJupyter Notebooknetworkx人工智能graph-algorithmssearch-algorithmnaive-bayes-classifiergenetic-algorithmnqueens-problem
Jupyter Notebook 3
5 年前
https://static.github-zh.com/github_avatars/jindal2209?size=40
jindal2209 / nqueen

An interactive visualizer for N-Queen problem using backtracking.

Reactminifybacktrackingalgorithms-and-data-structuresnqueens-problem
JavaScript 3
4 年前
https://static.github-zh.com/github_avatars/open-byte?size=40
open-byte / n-queens-genetic-algorithm

#算法刷题#Genetic Algorithm for Solving NQueens Problem

算法genetic-algorithmnqueensnqueens-problemPython
Python 3
2 年前
https://static.github-zh.com/github_avatars/n-roussos?size=40
n-roussos / Parallel-Programming-with-OpenMP

This repository lists 4 problems solved using C. Each problem has its own serial and parallel implementations. For the latter, the OpenMP API was utilized.

parallel-programmingopenmpkmeanstravelling-salesman-problemneural-networksnqueens-problemsimd-parallelism
C 3
3 年前
https://static.github-zh.com/github_avatars/BaseMax?size=40
BaseMax / N-QueenGenetic

Solving N-Queen problem using Genetic Algorithm.

C++genetic-algorithmnqueensnqueens-problem
C++ 3
5 年前
https://static.github-zh.com/github_avatars/alirezaafzalaghaei?size=40
alirezaafzalaghaei / genetic-algorithm-nqueens

A simple python(also cython) script to solve and visualize N-Queens problem

Pythonnqueens-problemgenetic-algorithm
Python 3
7 年前
https://static.github-zh.com/github_avatars/NekSfyris?size=40
NekSfyris / Simulated-Annealing-Min-Conflicts_N_Queens

Implementation of the N-Queens problem by using Simulated Annealing as a local search algorithm and Min Conflicts as the CSP (Constraint Satisfaction Problem) algorithm.

Pythonsimulated-annealingconstraint-satisfaction-problemnqueens-problem
Python 2
6 年前
https://static.github-zh.com/github_avatars/joaobap?size=40
joaobap / go-hill-climbing

N-Queens problem solution using Hill-Climbing algorithm rewritten from Common Lisp to Go (https://github.com/joaobap/clisp-hill-climbing)

Gonqueens-problemhill-climbing
Go 2
7 年前
https://static.github-zh.com/github_avatars/jojorancu?size=40
jojorancu / NQueen

#算法刷题#Basically it is a solution for "N-Queen" Problem. I added mix of humor to the code. Sounds like "The King" wanted date all "The Queen" :)

Go算法nqueens-problem
Go 2
7 年前
https://static.github-zh.com/github_avatars/lnardon?size=40
lnardon / ParallelComputing

This repository contains a parallel computing solution for the n-queens problem using brute force and OpenMPI, implemented as part of the final assignment for my university course in Parallel Computin...

nqueens-problemopenmpiparallel-computingCbrute-force
C 2
2 年前
loading...