Removed the unused code.
git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@47 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
This commit is contained in:
		@@ -64,8 +64,8 @@ int main(int argc, char *argv)
 | 
			
		||||
 | 
			
		||||
    /* Initialize the parameters for the L-BFGS optimization. */
 | 
			
		||||
    lbfgs_parameter_init(¶m);
 | 
			
		||||
    param.orthantwise_c = 1;
 | 
			
		||||
    /* param.linesearch = LBFGS_LINESEARCH_BACKTRACKING_STRONG; */
 | 
			
		||||
    //param.orthantwise_c = 1;
 | 
			
		||||
    param.linesearch = LBFGS_LINESEARCH_BACKTRACKING_STRONG;
 | 
			
		||||
 | 
			
		||||
    /*
 | 
			
		||||
        Start the L-BFGS optimization; this will invoke the callback functions
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user