📄 objectivefunction.java
字号:
package org.theblueplanet.annealing;
/**
* This interface must be implemented by all the classes that encapsulate
* a function that is to be minimized by JSimul
*
* @author Charles M間nin
* @since October 29, 2001
* @version 1.0
*/
public interface ObjectiveFunction {
/**
* Returns the number of dimensions for the objective function implemented
*
* @return The Ndim value
*/
public int getNdim();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -