• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 22:46
CET 03:46
KST 11:46
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
Intel X Team Liquid Seoul event: Showmatches and Meet the Pros9[ASL20] Finals Preview: Arrival13TL.net Map Contest #21: Voting10[ASL20] Ro4 Preview: Descent11Team TLMC #5: Winners Announced!3
Community News
Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win52025 RSL Offline Finals Dates + Ticket Sales!10BSL21 Open Qualifiers Week & CONFIRM PARTICIPATION1Crank Gathers Season 2: SC II Pro Teams10Merivale 8 Open - LAN - Stellar Fest4
StarCraft 2
General
RotterdaM "Serral is the GOAT, and it's not close" Intel X Team Liquid Seoul event: Showmatches and Meet the Pros Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win Weekly Cups (Oct 13-19): Clem Goes for Four DreamHack Open 2013 revealed
Tourneys
Kirktown Chat Brawl #9 $50 8:30PM EST 2025 RSL Offline Finals Dates + Ticket Sales! SC4ALL $6,000 Open LAN in Philadelphia Merivale 8 Open - LAN - Stellar Fest Crank Gathers Season 2: SC II Pro Teams
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 497 Battle Haredened Mutation # 496 Endless Infection Mutation # 495 Rest In Peace Mutation # 494 Unstable Environment
Brood War
General
SnOw's ASL S20 Finals Review Ladder Map Matchup Stats BW General Discussion [ASL20] Ask the mapmakers — Drop your questions BGH Auto Balance -> http://bghmmr.eu/
Tourneys
[ASL20] Grand Finals Small VOD Thread 2.0 The Casual Games of the Week Thread BSL21 Open Qualifiers Week & CONFIRM PARTICIPATION
Strategy
How to stay on top of macro? Current Meta PvZ map balance Soma's 9 hatch build from ASL Game 2
Other Games
General Games
Dawn of War IV Beyond All Reason Stormgate/Frost Giant Megathread Path of Exile General RTS Discussion Thread
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine The Big Programming Thread YouTube Thread
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
Movie Discussion! [Manga] One Piece Anime Discussion Thread Korean Music Discussion Series you have seen recently...
Sports
Formula 1 Discussion MLB/Baseball 2023 2024 - 2026 Football Thread TeamLiquid Health and Fitness Initiative For 2023 NBA General Discussion
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Recent Gifted Posts
Blogs
Career Paths and Skills for …
TrAiDoS
KPDH "Golden" as Squid Game…
Peanutsc
Reality "theory" prov…
perfectspheres
Customize Sidebar...

Website Feedback

Closed Threads



Active: 987 users

Scientists 'solve' checkers - Page 3

Forum Index > General Forum
Post a Reply
Prev 1 2 3 All
Nocturne
Profile Joined July 2007
Korea (South)155 Posts
July 22 2007 05:38 GMT
#41
On July 21 2007 14:49 LeoTheLion wrote:
Show nested quote +
On July 21 2007 14:18 sushiman wrote:
wow, what a waste of 18 years. -_-


to publish a paper in science that's worth it

guaranteed professorship for the rest of his life


Science is probably the most respected journal in the scientific world/industry. another top one is Nature.

this paper might well be a stepping stone for this professor to obtain tenure at his institution, or to move to another institution that has better academic assets available for furthering research

it is by no means a "shame" or "waste" to publish in Science - if only i had that kind of opportunity in my research heh
Bill307
Profile Blog Joined October 2002
Canada9103 Posts
Last Edited: 2007-07-22 05:46:20
July 22 2007 05:42 GMT
#42
On July 22 2007 14:30 mahnini wrote:
Show nested quote +
On July 22 2007 01:13 haduken wrote:
On July 21 2007 18:37 mahnini wrote:
On July 21 2007 18:07 HeadBangaa wrote:
Wow they really brute-forced this.

I thought it was going to be some clever algorithm, too bad.

What?


brute-force means the most costly but sometimes more obvious way of doing thing. By using a brute-force algorithm, you may potentially use up more time and storage in your calculation. (computer wise)

So in a nut-shell, a dumb but working method.

I understand the difference, I just don't understand how you would solve checkers without brute-forcing, as if some algorithm could be thought up without first brute-forcing it.

Well, the alternative for "solving" checkers would be to come up with a mathematical proof that proves the outcome of the game is always a draw, given that both players always make the best possible move on each turn.

Here is a simple example of a proof that solves a game: suppose you have a non-random 2-player game where:
a) it is impossible to draw: the game always ends in a win or a loss; and
b) player 1 can choose to pass on his first move (and no other moves can be passed on).

Then it is easy to prove that player 1 always wins, given that both players always make the best move. Because it is impossible to draw and the game has no randomness, we know that either the first person to move will win, or the second person to move will win. Because player 1 can choose whether he plays first or second, he can just choose whichever case always leads to a win. Therefore player 1 always wins.

Of course, sometimes it must be veritably impossible to come up with a proof like this, and so the only realistic way to solve the game is to brute-force every position, or prove that only a subset of those positions need to be analysed and then brute-force said subset (which is what the Chinook team did).
mahnini
Profile Blog Joined October 2005
United States6862 Posts
July 22 2007 05:52 GMT
#43
On July 22 2007 14:42 Bill307 wrote:
Show nested quote +
On July 22 2007 14:30 mahnini wrote:
On July 22 2007 01:13 haduken wrote:
On July 21 2007 18:37 mahnini wrote:
On July 21 2007 18:07 HeadBangaa wrote:
Wow they really brute-forced this.

I thought it was going to be some clever algorithm, too bad.

What?


brute-force means the most costly but sometimes more obvious way of doing thing. By using a brute-force algorithm, you may potentially use up more time and storage in your calculation. (computer wise)

So in a nut-shell, a dumb but working method.

I understand the difference, I just don't understand how you would solve checkers without brute-forcing, as if some algorithm could be thought up without first brute-forcing it.

Well, the alternative for "solving" checkers would be to come up with a mathematical proof that proves the outcome of the game is always a draw, given that both players always make the best possible move on each turn.

Here is a simple example of a proof that solves a game: suppose you have a non-random 2-player game where:
a) it is impossible to draw: the game always ends in a win or a loss; and
b) player 1 can choose to pass on his first move (and no other moves can be passed on).

Then it is easy to prove that player 1 always wins, given that both players always make the best move. Because it is impossible to draw and the game has no randomness, we know that either the first person to move will win, or the second person to move will win. Because player 1 can choose whether he plays first or second, he can just choose whichever case always leads to a win. Therefore player 1 always wins.

Of course, sometimes it must be veritably impossible to come up with a proof like this, and so the only realistic way to solve the game is to brute-force every position, or prove that only a subset of those positions need to be analysed and then brute-force said subset (which is what the Chinook team did).

I see what you are saying, but wouldn't you have to prove both a and b? How would you prove a and b without playing out every possible move?
the world's a playground. you know that when you're a kid, but somewhere along the way everyone forgets it.
KOFgokuon
Profile Blog Joined August 2004
United States14899 Posts
July 22 2007 05:57 GMT
#44
A and B are the rules of the game
HeadBangaa
Profile Blog Joined July 2004
United States6512 Posts
July 22 2007 06:25 GMT
#45
On July 22 2007 14:52 mahnini wrote:
Show nested quote +
On July 22 2007 14:42 Bill307 wrote:
On July 22 2007 14:30 mahnini wrote:
On July 22 2007 01:13 haduken wrote:
On July 21 2007 18:37 mahnini wrote:
On July 21 2007 18:07 HeadBangaa wrote:
Wow they really brute-forced this.

I thought it was going to be some clever algorithm, too bad.

What?


brute-force means the most costly but sometimes more obvious way of doing thing. By using a brute-force algorithm, you may potentially use up more time and storage in your calculation. (computer wise)

So in a nut-shell, a dumb but working method.

I understand the difference, I just don't understand how you would solve checkers without brute-forcing, as if some algorithm could be thought up without first brute-forcing it.

Well, the alternative for "solving" checkers would be to come up with a mathematical proof that proves the outcome of the game is always a draw, given that both players always make the best possible move on each turn.

Here is a simple example of a proof that solves a game: suppose you have a non-random 2-player game where:
a) it is impossible to draw: the game always ends in a win or a loss; and
b) player 1 can choose to pass on his first move (and no other moves can be passed on).

Then it is easy to prove that player 1 always wins, given that both players always make the best move. Because it is impossible to draw and the game has no randomness, we know that either the first person to move will win, or the second person to move will win. Because player 1 can choose whether he plays first or second, he can just choose whichever case always leads to a win. Therefore player 1 always wins.

Of course, sometimes it must be veritably impossible to come up with a proof like this, and so the only realistic way to solve the game is to brute-force every position, or prove that only a subset of those positions need to be analysed and then brute-force said subset (which is what the Chinook team did).

I see what you are saying, but wouldn't you have to prove both a and b? How would you prove a and b without playing out every possible move?

Read this book, it will change the way you think about life, and stretch your mind!
http://www.amazon.com/Algorithms-Sanjoy-Dasgupta/dp/0073523402
People who fail to distinguish Socratic Method from malicious trolling are sadly stupid and not worth a response.
testpat
Profile Joined November 2003
United States565 Posts
July 22 2007 06:29 GMT
#46
Terminology is going to be bad here, hopefully the examples will be better.

Easiest: If in part of a tree, you evaluate one move to a win/loss, you don't need to search any other moves in that portion of the tree. This is a major source for pruning min max trees.

You can also do some pruning based on the knowing the states of the games. For example.

You can prune parts of trees without solving them if you can show that the subtree is suboptimal to another option. In chess, you can prune all trees that promote pawns into bishops & rooks because all future moves will be a subset of queen. However, you must analyze trees that promote into knights.

You can also prune paths that lead to solved states if the current path is a superset of a solved state. For example, if you know that a certain checkers position leads to a win for white with no kings, and you are evaluating a state that is the same except one of the white pieces is a king.
(However, this requires knowing/evaluating that the king cannot be forced into a move that regular piece couldn't make).

Suppose I don't know taste of common salt & I want to know it.
jtan
Profile Blog Joined April 2003
Sweden5891 Posts
July 22 2007 06:44 GMT
#47
So this pretty much kills checkers, feels meaningless to play a game when you know theres an optimal strategy

Luckily it's pretty much impossible to do for more advanced games, since the number of available strategies are enourmous compared to the ones in checkers.

iirc some math professor estimated the number of strategies in chess to 10^120

developing algorithmes for optimizing the play get's a lot more interesting in such games
Enter a Uh
MyLostTemple *
Profile Blog Joined November 2004
United States2921 Posts
July 22 2007 06:49 GMT
#48
lets get a computer that can own at difficult game ;o
Follow me on twitter: CallMeTasteless
Prev 1 2 3 All
Please log in or register to reply.
Live Events Refresh
Replay Cast
23:00
PiGosaur Cup #54
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
PiGStarcraft427
RuFF_SC2 93
Nathanias 82
PiLiPiLi 24
StarCraft: Brood War
NaDa 68
Icarus 9
Dota 2
monkeys_forever575
PGG 163
LuMiX1
Counter-Strike
Stewie2K975
Heroes of the Storm
Khaldor105
Other Games
summit1g10262
WinterStarcraft379
JimRising 378
C9.Mang0305
Skadoodle116
Livibee46
ViBE8
Organizations
Other Games
gamesdonequick1428
StarCraft: Brood War
UltimateBattle 24
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• davetesta32
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• Azhi_Dahaki3
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Doublelift4481
• Stunt223
• Hupsaiya42
Upcoming Events
Epic.LAN
9h 14m
BSL Team A[vengers]
11h 14m
Dewalt vs ZeLoT
UltrA vs ZeLoT
LAN Event
11h 14m
BSL 21
16h 14m
BSL Team A[vengers]
1d 11h
Cross vs Sobenz
Sziky vs IcaruS
LAN Event
1d 12h
BSL 21
1d 16h
Replay Cast
2 days
Wardi Open
2 days
Monday Night Weeklies
2 days
[ Show More ]
Replay Cast
2 days
Sparkling Tuna Cup
3 days
Replay Cast
4 days
The PondCast
5 days
Liquipedia Results

Completed

CSL 2025 AUTUMN (S18)
CranK Gathers Season 2: SC II Pro Teams
Eternal Conflict S1

Ongoing

BSL 21 Points
BSL 21 Team A
C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
SC4ALL: Brood War
SC4ALL: StarCraft II
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025

Upcoming

YSL S2
BSL Season 21
SLON Tour Season 2
BSL 21 Non-Korean Championship
RSL Offline Finals
WardiTV 2025
RSL Revival: Season 3
Stellar Fest
META Madness #9
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Disclosure: This page contains affiliate marketing links that support TLnet.

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.