search for: ipopt

Displaying 16 results from an estimated 16 matches for "ipopt".

Did you mean: popt
2009 Feb 22
2
[SoC09-Info] An IPopt interface for R
There have been several messages on R-devel mentioning the interior point optimization software Ipopt, https://projects.coin-op/Ipopt/. This C++ library is released under a license called the Common Public License. I have two questions that readers of R-devel may be able to answer. 1) Would creating an Ipopt interface for R be duplicating existing efforts? That is, has someone already done so or...
2009 Feb 18
1
interior point methods, automatic differentiation in R
Dear all, I'm wondering if there are some ongoing projects for interior point methods in R (e.g. linking ipopt from Coin written in C++ to R) and for automatic differentiation in R (e.g. linking openAD available in C++ and Fortran) ? Many thanks, David [[alternative HTML version deleted]]
2008 Aug 19
1
nonlinear constrained optimization
Hi. I need some advises on how to use R to find pi (i is the index) with the following objective function and constraint: max (sum i)[ f(ai, bi, pi) * g(ci, di, pi) * Di ] s.t. (sum i)[ f(ai, bi, pi) * Di * pi] / (sum i)[ f(ai, bi, pi) * Di ] <= constant f and g are diffentiable. So, I am thinking of optim with method = "BFGS"? But wonder how to include the
2010 Jul 07
4
constrained optimization
Dear list, The task view on optimization does not reference a package for non linear constrained optimization problems. Stefan Theussl told me to look at the Rsolnp package, but unfortunately it is not very clear what method is R ported. (The authors ported the matlab code of Yinyu Ye http://www.stanford.edu/~yyye/ <http://www.stanford.edu/%7Eyyye/>) Currently I'm looking for an
2014 Jun 14
1
rsync compilation may find the system zlib before the included one
Hi, I'm trying to compile rsync 3.1.1pre2 on OS X with CFLAGS=-I/opt/local/include. The consequence of this is that rsync fails to build: /usr/bin/clang -I. -I. -pipe -Os -I/opt/local/include -arch x86_64 -DHAVE_CONFIG_H -Wall -W -I./zlib -I/opt/local/include -c token.c -o token.o token.c:420:26: error: use of undeclared identifier 'Z_INSERT_ONLY' r =
2015 Jul 02
1
boot... round 2
On 02.07.2015 11:10, Thomas Schmitt wrote: > Hi, > > poma wrote: >> - if (c <= ' ' || c == '\x7f') { >> + if (c <= ' ' && c == '\x7f') { > > As Geert Stappers pointed out (and can be verified by a > simple test program), the reinstated term > (c <= ' ' && c == '\x7f') >
2011 Mar 06
1
PXELINUX Debugging Output
I am sending a patch that makes the debugging output of PXELINUX slightly more concise, without (intentionally) affecting its completeness at all. Additionally, I am proposing that the debugging output of PXELINUX -- specifically the messages that appear after the copyright statement, but before the menu is loaded -- only be shown in response to keyboard input (such as holding Shift or Alt, or
2007 May 03
0
Problem of displying contents of shares
...)\" APPFLAGS+= -DPIDDIR=\"$(PIDDIR)\" -DSMB_PASSWD_FILE=\"$(SMB_PASSWD_FILE)\" APPFLAGS+= -DPRIVATE_DIR=\"$(PRIVATE_DIR)\" FLAGS = -O -DHAVE_CONFIG_H -D_SAMBA_BUILD_ -D_LARGEFILE64_SOURCE FLAGS += -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE CIFLAGS=-Iinclude/ -I. -Ipopt/ -Insswitch/ DYNEXP=-Wl,--export-dynamic LDFLAGS=-L/lib LIBS= -ldl #### LIBS_SMBD= -lcrypt -ldl -lresolv LIBS_NMBD= -ldl -lresolv TESTFLAGS= -O -Ipopt -Iinclude -Itdb $(FLAGS) -I. CFLAGS= $(CWFLAGS) $(COFLAGS) $(CIFLAGS) $(APPFLAGS) $(FLAGS) SRC_SMBD=smbd/mangle.c smbd/process.c smbd/co...
2016 Jun 29
0
Fwd: [PATCH] {vesa}menu.c32 feature => hide menu entry for specific sources
...ely be improved with media type control) + if (strcmp(ld->visiblesource, "SYS")!=0) + m = hide_menu; + break; + case SYSLINUX_FS_UNKNOWN: // if booting from CD unknown => hide + break; + default: + m = hide_menu; + break; + } + } + if (ld->label) { char ipoptions[4096], *ipp; const char *a; @@ -744,9 +774,14 @@ static void parse_config_file(FILE * f) } else if ((ep = looking_at(p, "include"))) { goto do_include; } else if ((ep = looking_at(p, "background"))) { - p = skipspace(ep); - refstr_put(m->menu_background); -...
2008 Jul 19
2
Non-linearly constrained optimisation
Dear R Users, I am looking for some guidance on setting up an optimisation in R with non-linear constraints. Here is my simple problem: - I have a function h(inputs) whose value I would like to maximise - the 'inputs' are subject to lower and upper bounds - however, I have some further constraints: I would like to constrain the values for two other separate function f(inputs) and
2012 Jul 16
5
[PATCH 0/5] Deleting __intcall() from Syslinux
From: Matt Fleming <matt.fleming at intel.com> Since we can't use __intcall() for EFI, and since we can now have the ELF module code resolve all our symbols at runtime, we should delete as many references to __intcall() as possible and just access the symbols directly. The most interesting patch is the support for weak symbols. We need to be able to reference derivative-specific
2012 Aug 14
1
[GIT PULL] elflink fixes
....inc b/core/diskfs.inc index 02382cc..dcbc924 100644 --- a/core/diskfs.inc +++ b/core/diskfs.inc @@ -109,9 +109,9 @@ PXERetry dw 0 ; Extra PXE retries section .data16 global SerialNotice SerialNotice db 1 ; Only print this once + global IPAppends, numIPAppends %if IS_PXELINUX extern IPOption - global IPAppends, numIPAppends alignz 2 IPAppends dw IPOption numIPAppends equ ($-IPAppends)/2 diff --git a/core/elflink/advwrite.c b/core/elflink/advwrite.c deleted file mode 100644 index 4152eea..0000000 --- a/core/elflink/advwrite.c +++ /dev/null @@ -1,45 +0,0 @@ -/* -----------------...
2009 Jul 27
1
[PATCH] mboot using module path
...from DHCP packet -PathPrefix resb 256 ; Path prefix derived from boot file +PathPrefix resb DIRNAME_MAX ; Path prefix derived from boot file +BootFile resb FILENAME_MAX ; Boot file from DHCP packet DotQuadBuf resb 16 ; Buffer for dotted-quad IP address IPOption resb 80 ; ip= option buffer InitStack resd 1 ; Pointer to reset stack (SS:SP) ---end --- from: Damien Nozay [PATCH 03/04] add -p modulepath option to mboot.c when using pxelinux, complex paths can be used in conjunction with the prefix we get from tftp (e.g. /tftp...
2005 Aug 21
1
Security warning with sshd
In my recent security email, I got the following errors: cantona.dnswatchdog.com login failures: Aug 20 02:37:19 cantona sshd[9444]: fatal: Write failed: Operation not permitted Aug 20 04:30:42 cantona sshd[16142]: fatal: Write failed: Operation not permitted Aug 20 21:21:51 cantona sshd[45716]: fatal: Write failed: Operation not permitted So three questions: What is it? Should I be worried?
2003 Sep 05
7
Network Boot IP Configuration Dilemma
...at the syntax of IPAPPEND be changed to allow a specific device to be named: "IPAPPEND 1|devname" ("devname" will usually be eth0). Unless and until this is done, here is my hack to change "ip=#:#:#:#" to "ip=#:#:#:#::eth0:" in pxelinux.asm (after "genipopt"): ... mov eax,[Netmask] call gendotquad ; Zero-terminates its output mov al,':' ; HACK stosb ; HACK mov al,':' ; HACK stosb...
2011 Mar 09
14
[PATCH 00/12] elflink shrinkage
From: Matt Fleming <matt.fleming at linux.intel.com> This is a series of patches that, * shrink the core by moving things into an ldlinux ELF module * begin wiring up some of the C versions of various functions The core now only contains essential code and loads the ldlinux module to do everything else, like providing a command line interface and loading kernels. The config file parsing