3rd best player ever

deleteddeletedalmost 9 years ago

no.1 and 2 is obviously between maxwell and myself (i'm no.1)

poll includes the top candidates for the next best.

Poll
who's the better player
Crypto35%6
Gira35%6
Fantastic11%2
Soben11%2
Jaguar5%1
Game Board

No players on the board yet.

Orienteeringalmost 9 years agoedited
try my puzzles. it includes many forms of science and logic to solve. i will bump it at some point. it is an updated version of the Guiser Gang Riddle Challenge.
deleteddeletedalmost 9 years agoedited
So you are posed with a challenge from a mathematical institute offering a million dollars to whomever finds a solution, which clearly they think is possible, and instead of spending your effort finding a solution you spend that effort trying to prove that it isn't possible.


Nice, that's how millions are made for sure. You go dude, you're going places.
shady12almost 9 years agoedited
Recidivism
No, you're absolutely wrong, it's definitely possible. They think it would take a top-tier program 1,000 years, but that isn't impossible.
I don't think you're interpreting the challenge correctly. The Millennium Problem actually refers to proving whether P=NP OR P =/= NP. I'm looking at it right now.
https://www.claymath.org/events/news/8-queens-puzzle

So the challenge would be to prove that an algorithm exists which can solve the n-Queens problem in polynomial time, which is what I was discussing before. Polynomial time means that if there are n queens, the algorithm must solve the problem in n or some polynomial made of n (n^2 + 2n, for example) steps.This has not been proven to be possible or impossible yet, one way or the other.
1
deleteddeletedalmost 9 years ago
I guess they don't give you a million dollars for solving an easy puzzle, who wulda thunk it, right tatami?
deleteddeletedalmost 9 years ago
https://developers.google.com/optimization/puzzles/queens
deleteddeletedalmost 9 years ago
No, you're absolutely wrong, it's definitely possible. They think it would take a top-tier program 1,000 years, but that isn't impossible.
Orienteeringalmost 9 years agoedited
a1, b5, c7, d3, e6, f4, g8, h2 ez
Bogmirealmost 9 years ago
i solved the queen puzzle too
deleteddeletedalmost 9 years ago
https://epicmafia.com/game/6179007
shady12almost 9 years ago
Yeah I now see that it has been disproven.
Tatamialmost 9 years agoedited
Oh shady beat me to it damn. His is also 10x more readable so just read his.

That proof was unfortunately disproven.
Tatamialmost 9 years agoedited
The N queens problem is a type of problem in computer science and mathematics that is classified as NP, specifically "NP-complete", a certain complexity class with the implication that if you can find an algorithm (in polynomial time, tl;dr efficient time) for a single problem in that set, it means that it is possible to find one for any of them. The short of NP problems is that it is computationally difficult to find a solution but easy to verify them if you have one-ex. if you have a 1000x1000 board with 1000 queens, it's super easy to verify the solution-but how do you find one quickly?

This is in comparison to a complexity class called P which is easily computable and solutions found pretty simply. If there's an efficient algorithm for it, it's in P.

The biggest question in modern computer science is does P=NP or are they two entirely classes?

What you're aiming for in this N queens problem is finding an algorithm for a problem that is certified NP-complete, with the definition of NP-complete again meaning that if you can find an efficient algorithm for a single NP-complete problem, not only is that problem in P, but so are all other NP problems.

The consensus of most computer scientists and mathematicians is that it is very likely that P does not equal NP, making such an efficient algorithm literally impossible.
shady12almost 9 years agoedited
Recidivism
It's not impossible, it's very possible.
What are you talking about? Writing an algorithm that solves the puzzle? Easy. Writing an algorithm that solves the puzzle in polynomial time? Well that gets tricky. It exists in the NP subset of problems (a solution can be verified as correct or incorrect in polynomial time), but a recent German thesis proved (though may be disproven) that P (subset of all problems that can be solved in polynomial time) =/= NP, which means that this puzzle may not be solvable in polynomial time at all.
1
Tatamialmost 9 years ago
Recidivism
It's not impossible, it's very possible.
This is completely wrong.
deleteddeletedalmost 9 years ago
It's not impossible, it's very possible.
deleteddeletedalmost 9 years ago
https://epicmafia.com/game/6178964
Anthonyalmost 9 years ago
okay i only did 8 i don't want to do 100 but i can show you the 8
shady12almost 9 years ago
Yeah the million dollar challenge seems much more difficult, if not impossible. More about computer processing power. No efficient algorithm.
deleteddeletedalmost 9 years ago
Anthony
i have no idea how to translate it into a scaling algorithm or what that even means but i did the queen thing
That makes you a very smart cookie, but not a millionaire.
Anthonyalmost 9 years ago
i have no idea how to translate it into a scaling algorithm or what that even means but i did the queen thing
deleteddeletedalmost 9 years ago
Recidivism
shady12
Lol what Recidivism that 8 queens problem is so easy, I just clicked that link and put 8 queens on randomly and got it..
You have to scale it into an algorithm that can do it on a 1,000 x 1,000 board putting down 1,000 queens for a million dollars.
If you solved it, you're a millionaire, and I think that you should give me 100 grand for showing it to you
deleteddeletedalmost 9 years ago
https://epicmafia.com/game/6178964
Anthonyalmost 9 years ago
Recidivism
http://www.brainmetrix.com/8-queens/

Here is a puzzle I can't solve, and you get a million dollars if you can put 8 queens on different spots of the board without threatening one another and translate it into a scaling algorithm

My record is seven :(
i solved it i think lmao
deleteddeletedalmost 9 years ago
https://epicmafia.com/game/6178964
deleteddeletedalmost 9 years ago
shady12
Lol what Recidivism that 8 queens problem is so easy, I just clicked that link and put 8 queens on randomly and got it..
You have to scale it into an algorithm that can do it on a 1,000 x 1,000 board putting down 1,000 queens for a million dollars.