代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/334229/12616620
makefile
# Makefile for the symbolic regression problem
include ../Makefile.ini
TARGET = sym
OBJS = symbreg.o
CPPFLAGS = $(OVERALLCPPFLAGS) -I$(GPINCLUDE)
LDFLAGS = $(OVERALLLDFLAGS) -L$(GPLIB) -lgp -
www.eeworm.com/read/146640/12628591
h pr_loqo.h
/*
* File: pr_loqo.h
* Purpose: solves quadratic programming problem for pattern recognition
* for support vectors
*
* Author: Alex J. Smola
* Created: 10/14/97
www.eeworm.com/read/146640/12628602
c pr_loqo.c
/*
* File: pr_loqo.c
* Purpose: solves quadratic programming problem for pattern recognition
* for support vectors
*
* Author: Alex J. Smola
* Created: 10/14/97
www.eeworm.com/read/247527/12652721
m psdiagnose.m
function psdiagnose(FUN,Iterate,Xin,type,nineqcstr,neqcstr,ncstr,options)
%PSDIAGNOSE prints some diagnostic information about the problem
% private to PFMINLCON, PFMINBND, PFMINUNC.
% Copyri
www.eeworm.com/read/247527/12652798
m mtwashingtondemo.m
%MTWASHINGTONDEMO load data for white mountains and open PSEARCHTOOL with a problem
%for pattern search.
%Credit:
% United States Geological Survey (USGS) 7.5-minute Digital Elevation
% Model
www.eeworm.com/read/135534/13922719
out7 belladit.out7
... DATE: Fri Feb 19 1993 04:37:37 EST
...
... TRACE MINIMIZATION ON THE
... EQUIVALENT CYCLIC E_PROBLEM
... NO. OF EQUATIONS = 456
... MAX. NO. OF ITERATIONS =
www.eeworm.com/read/236268/14023960
gga config.gga
# example config file for gga
# ga parameters
populationsize = 50
crossover = 8
mutation = 12
inversion = 12
allelemutationprob = 0.1
coloringalgorithm = firstfit
# problem parameters
nodes = 200
se
www.eeworm.com/read/133707/14029294
txt bugfix80.txt
** This is our Bug Fix list for Patches to **
** PC-lint / FlexeLint Version 8.00 **
*************** Version 8.00L 3/31/2003 ***************
* Fixed a problem which began wi
www.eeworm.com/read/132667/14079376
txt release.txt
Steps to follow when making a release of the gateway; if there is a
problem, fix it, and re-start from beginning:
* Decide on the version number.
* Prepare the software for release.
* Make sur
www.eeworm.com/read/204766/15333844
h pr_loqo.h
/*
* File: pr_loqo.h
* Purpose: solves quadratic programming problem for pattern recognition
* for support vectors
*
* Author: Alex J. Smola
* Created: 10/14/97