<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://scrabble.sourceforge.net/wiki/index.php?action=history&amp;feed=atom&amp;title=Usage%3AComputer</id>
		<title>Usage:Computer - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://scrabble.sourceforge.net/wiki/index.php?action=history&amp;feed=atom&amp;title=Usage%3AComputer"/>
		<link rel="alternate" type="text/html" href="http://scrabble.sourceforge.net/wiki/index.php?title=Usage:Computer&amp;action=history"/>
		<updated>2026-04-30T04:49:35Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>http://scrabble.sourceforge.net/wiki/index.php?title=Usage:Computer&amp;diff=2629&amp;oldid=prev</id>
		<title>Ocye at 13:30, 1 April 2015</title>
		<link rel="alternate" type="text/html" href="http://scrabble.sourceforge.net/wiki/index.php?title=Usage:Computer&amp;diff=2629&amp;oldid=prev"/>
				<updated>2015-04-01T13:30:12Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&#039;diff diff-contentalign-left&#039;&gt;
				&lt;col class=&#039;diff-marker&#039; /&gt;
				&lt;col class=&#039;diff-content&#039; /&gt;
				&lt;col class=&#039;diff-marker&#039; /&gt;
				&lt;col class=&#039;diff-content&#039; /&gt;
				&lt;tr style=&#039;vertical-align: top;&#039;&gt;
				&lt;td colspan=&#039;2&#039; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&#039;2&#039; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 13:30, 1 April 2015&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&#039;diff-marker&#039;&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;The implemented algorithm uses a brute force method: words are generated based on tiles on the rack plus placed tiles for every row and column by a &amp;quot;[http://en.wikipedia.org/wiki/Enumerative_combinatorics&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;|&lt;/del&gt;variation without replacement]&amp;quot;. Afterwards the generated words are tested on all positions whether or not it violates a rule. Finally the list of valid word is sorted by the score, or depending on the settings some more data.&lt;/div&gt;&lt;/td&gt;&lt;td class=&#039;diff-marker&#039;&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;The implemented algorithm uses a brute force method: words are generated based on tiles on the rack plus placed tiles for every row and column by a &amp;quot;[http://en.wikipedia.org/wiki/Enumerative_combinatorics variation without replacement]&amp;quot;. Afterwards the generated words are tested on all positions whether or not it violates a rule. Finally the list of valid word is sorted by the score, or depending on the settings some more data.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&#039;diff-marker&#039;&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class=&#039;diff-marker&#039;&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&#039;diff-marker&#039;&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;blockquote&amp;gt; &amp;lt;small&amp;gt;Given the letters ABCDE are available, first the dictionary is tested if there is a word starting with A. If so, a test for AA would follow but only if another A would be available. Thus the next letter B is added to the test word. Since we do not have tiles for ABA or ABB we test with ABC, ABD and ABE. Even if those combinations result in valid word fragments it cannot be combined to real words. So the next combination starts with B. BA looks good, BAA, BAB not possible, but with BAC and BAD we get valid words.&amp;lt;/small&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&#039;diff-marker&#039;&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;blockquote&amp;gt; &amp;lt;small&amp;gt;Given the letters ABCDE are available, first the dictionary is tested if there is a word starting with A. If so, a test for AA would follow but only if another A would be available. Thus the next letter B is added to the test word. Since we do not have tiles for ABA or ABB we test with ABC, ABD and ABE. Even if those combinations result in valid word fragments it cannot be combined to real words. So the next combination starts with B. BA looks good, BAA, BAB not possible, but with BAC and BAD we get valid words.&amp;lt;/small&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&#039;diff-marker&#039;&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class=&#039;diff-marker&#039;&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&#039;diff-marker&#039;&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;The calculation is done up to 30 times with the classic board, 42 times in case of Superscrabble with 21 columns plus 21 rows, and 1350 times for Scrabble3D (15+15 fields with 15 positions in 3 dimensions) (&amp;#039;up to&amp;#039; means that a calculation is not done unless neighboring tiles are found for combinations). And many thousands of valid words can be found in every calculation. The search is very time consuming, in particular if one or more jokers can be applied. In order to use the full power of modern hardware, the processing is performed in parallel on multi-core processors. If no parallel processing is desired, the [[Configuration:&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;Computers&lt;/del&gt;|multithreading]] can be disabled in the configuration. In addition, the configuration provides some options to limit the computer in its performance, or to improve its tactical game play.&lt;/div&gt;&lt;/td&gt;&lt;td class=&#039;diff-marker&#039;&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;The calculation is done up to 30 times with the classic board, 42 times in case of Superscrabble with 21 columns plus 21 rows, and 1350 times for Scrabble3D (15+15 fields with 15 positions in 3 dimensions) (&amp;#039;up to&amp;#039; means that a calculation is not done unless neighboring tiles are found for combinations). And many thousands of valid words can be found in every calculation. The search is very time consuming, in particular if one or more jokers can be applied. In order to use the full power of modern hardware, the processing is performed in parallel on multi-core processors. If no parallel processing is desired, the [[Configuration:&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;Computer&lt;/ins&gt;|multithreading]] can be disabled in the configuration. In addition, the configuration provides some options to limit the computer in its performance, or to improve its tactical game play.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&#039;diff-marker&#039;&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class=&#039;diff-marker&#039;&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&#039;diff-marker&#039;&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;== Computer as a player ==&lt;/div&gt;&lt;/td&gt;&lt;td class=&#039;diff-marker&#039;&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;== Computer as a player ==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Ocye</name></author>	</entry>

	<entry>
		<id>http://scrabble.sourceforge.net/wiki/index.php?title=Usage:Computer&amp;diff=541&amp;oldid=prev</id>
		<title>Ocye: Created page with &quot;The implemented algorithm uses a brute force method: words are generated based on tiles on the rack plus placed tiles for every row and column by a &quot;[http://en.wikipedia.org/w...&quot;</title>
		<link rel="alternate" type="text/html" href="http://scrabble.sourceforge.net/wiki/index.php?title=Usage:Computer&amp;diff=541&amp;oldid=prev"/>
				<updated>2014-05-29T11:38:41Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;The implemented algorithm uses a brute force method: words are generated based on tiles on the rack plus placed tiles for every row and column by a &amp;quot;[http://en.wikipedia.org/w...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The implemented algorithm uses a brute force method: words are generated based on tiles on the rack plus placed tiles for every row and column by a &amp;quot;[http://en.wikipedia.org/wiki/Enumerative_combinatorics|variation without replacement]&amp;quot;. Afterwards the generated words are tested on all positions whether or not it violates a rule. Finally the list of valid word is sorted by the score, or depending on the settings some more data.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt; &amp;lt;small&amp;gt;Given the letters ABCDE are available, first the dictionary is tested if there is a word starting with A. If so, a test for AA would follow but only if another A would be available. Thus the next letter B is added to the test word. Since we do not have tiles for ABA or ABB we test with ABC, ABD and ABE. Even if those combinations result in valid word fragments it cannot be combined to real words. So the next combination starts with B. BA looks good, BAA, BAB not possible, but with BAC and BAD we get valid words.&amp;lt;/small&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The calculation is done up to 30 times with the classic board, 42 times in case of Superscrabble with 21 columns plus 21 rows, and 1350 times for Scrabble3D (15+15 fields with 15 positions in 3 dimensions) (&amp;#039;up to&amp;#039; means that a calculation is not done unless neighboring tiles are found for combinations). And many thousands of valid words can be found in every calculation. The search is very time consuming, in particular if one or more jokers can be applied. In order to use the full power of modern hardware, the processing is performed in parallel on multi-core processors. If no parallel processing is desired, the [[Configuration:Computers|multithreading]] can be disabled in the configuration. In addition, the configuration provides some options to limit the computer in its performance, or to improve its tactical game play.&lt;br /&gt;
&lt;br /&gt;
== Computer as a player ==&lt;br /&gt;
The computer can be used as opponent in local games. It places always the word with the highest rating (or the one that comes closest in respect to settings). No strategic considerations is done like circumvention of premium squares use. Together we the fact that the computer is almighty in respect to the dictionary makes the game a little bit special.&lt;br /&gt;
&lt;br /&gt;
To start a game against the computer you have to enter &amp;#039;Computer&amp;#039; as the name of one or more players in the [[Usage:NewGame|new game]] dialog. At least one human has to participate, however. You can play against the computer only in local games, during the network mode it is not (yet) possible.&lt;br /&gt;
 &lt;br /&gt;
== Computer as support ==&lt;br /&gt;
In order to improve your own game, the computer can be used to find the best word (or rather the word with the highest score) for each move. By clicking on the [[Usage:Toolbar|wheelchair icon]] at the toolbar, the analysis is executed on ground of the existing tiles - but it will display the value of the best word only. To place this word you have to enter a number in the input control  next to the wheelchair icon. The number 1 is for the first word in the list of found words, each higher value indicates the next word with lower rating. Additionally, you can browse through the list by clicking on the up/down arrows, per cursor up/down ,and with +/- on the numpad. Of course, this feature is disabled during network games. However, after game end you can select a move at the [[Usage:Messages|game course]] and run the calculation post-hoc. In this case the result is immediately displayed as the number of your own word in the list of valid words.&lt;br /&gt;
&lt;br /&gt;
== Computer for game analysis ==&lt;br /&gt;
What you can do for single moves can be performed for the complete game. This post-hoc game analysis computes the highest score for every move, and calculates the ratio of your own moves compared to the highest scores. Values are simply summed up irrespective of exchanges or strategic moves. But the result is a good reference for your own performance compared to other human players. Values above 80% are very good.&lt;br /&gt;
&lt;br /&gt;
In addition to this percentage, a delta value is calculated which describes the use of premium squares. The value is calculated as the quotient of one&amp;#039;s earnings to the sum of all the letters values ​​by the number of players. Thereby a relative independence from the letter set and the board is given. However, the value is highly correlated to the final result. A delta greater than 5 is a very good value.&lt;br /&gt;
&lt;br /&gt;
{{Languages|Usage:Computer}}&lt;br /&gt;
&lt;br /&gt;
[[Category:English]][[Category:Usage|Computer]]&lt;/div&gt;</summary>
		<author><name>Ocye</name></author>	</entry>

	</feed>