All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fluxchess.pulse.Depth Maven / Gradle / Ivy

/*
 * Copyright (C) 2013-2019 Phokham Nonava
 *
 * Use of this source code is governed by the MIT license that can be
 * found in the LICENSE file.
 */
package com.fluxchess.pulse;

final class Depth {

	static final int MAX_PLY = 256;
	static final int MAX_DEPTH = 64;

	private Depth() {
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy