📄 bfgsmapfix.cc
字号:
#include <amis/BFGSMAPFix.h>#include <amis/BFGSMAPLauncherItem.h>namespace { using namespace amis; BFGSMAPLauncherItem< BFGSMAPFix< BinaryFeature > > bfgs_binary( "BFGSMAP", "AmisFix", "binary", "Limited-memory BFGS method with MAP estimation for fixed targets (binary feature)" ); BFGSMAPLauncherItem< BFGSMAPFix< IntegerFeature > > bfgs_integer( "BFGSMAP", "AmisFix", "integer", "Limited-memory BFGS method with MAP estimation for fixed targets (integer feature)" ); BFGSMAPLauncherItem< BFGSMAPFix< RealFeature > > bfgs_real( "BFGSMAP", "AmisFix", "real", "Limited-memory BFGS method with MAP estimation for fixed targets (real feature)" );};// end of BFGSMAPFix.cc
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -