添加注释

This commit is contained in:
2019-10-21 22:09:44 +08:00
parent d3ebea8582
commit 462d3121ee
2 changed files with 54 additions and 37 deletions

View File

@@ -473,6 +473,7 @@ progress notification is not necessary.
// 1. 变量的数量必须是16的倍数
// 2. 变量的储存以16对齐
// 还不太明白为什么要这么要求。这里需要以后再注解。
// 注解貌似只有使用SEE
In addition, a user must preserve two requirements:
- The number of variables must be multiples of 16 (this is not 4).
- The memory block of variable array ::x must be aligned to 16.
@@ -550,7 +551,7 @@ int lbfgs(
);
// 将一个参数类型内的全部变量值重置为默认值
// 如果害怕参数被自己调乱了可以用这个函数将参数充值
// 如果害怕参数被自己调乱了可以用这个函数将参数重置
/**
* Initialize L-BFGS parameters to the default values.
*