9 Discussion / Question Topics

Remove Filter
Member Avatar for
Member Avatar for Sugmuffen

I'm trying to implement a MiniMax algorithm with alpha/beta pruning. Totally stuck and can't see where I'm wrong. The class MiniMax contains a State and an Action. The method getAction returns an Action (supposedly the best action to take). The Game object has two methods, isTerminal returns true if the …

0
139
Member Avatar for iLikePHP

Hello, is it ok if I private message a few of you my website so that I can have some testers? I am a solo website developer, 13 years old and I would love to get feedback from people. Is this against the rules?

Member Avatar for iLikePHP
1
126
Member Avatar for diafol

ANybody had a look at the new php.net beta site yet? Whaddya think? The old site was horrible - design-wise. Why do techies leave design as an afterthought? With all the wonderful ideas out there, they stick with that 1980's feel. Anyway, enough of that, how about the new one? …

Member Avatar for diafol
0
227
Member Avatar for RedOctober_CZ

Greetings fellow, I have a website and I would like to get the first "wave" of users for beta testing. The question is: where can I post an invitations to the site's beta testing? Perhaps there are specialized services or something like that? Thanks in advance!

Member Avatar for RedOctober_CZ
0
164
Member Avatar for awslc

Hello guys, I (attempted to) incorporate the alpha-beta pruning functionality with Negamax in C# and was wondering if you could review my included code for any obvious errors? Negamax Function: public int NegaMax(int[,] board, int depth, int alpha, int beta) { Interlocked.Increment(ref _negaMaxCtr); if (depth == 0) { Interlocked.Increment(ref _zeroCtr); …

0
247
Member Avatar for cwarn23

Hi, in this news you will see how in the past few years there has been some controversy over a bug or more commonly known as a feature which appears it may be removed as of php 5.4.0. According to the features list of php 5.4.0 beta there is the …

Member Avatar for diafol
4
747
Member Avatar for wiredtec

I'm looking for a beta form. what i want it to do is auto redirect user from a main site to the enter beta key form. If they don't have a key , a link to a get beta key signup form that only require a name ane email. This …

Member Avatar for vibhaJ
0
234
Member Avatar for happygeek

Bill Gates today announced at the Windows Hardware Engineering Conference ([URL="http://www.microsoft.com/whdc/winhec"]WinHEC[/URL]) 2006 the immediate availability of Beta 2 versions of the three Microsoft flagship products. This is the first time that Microsoft has released such a trio simultaneously. “The release of these three betas is a significant milestone for Microsoft …

Member Avatar for tgreer
0
212
Member Avatar for kc0arf

According to hardware.silicon.com, Microsoft revealed Longhorn Server (Windows Server 2007?) to 5000 people this week. Microsoft confirmed the release that these people will receive a beta for the next-generation OS. The Longhorn Server is not available for public download. There is no date schedule for when a beta may or …

Member Avatar for kc0arf
0
260

The End.