similar to: Schwefel Function Optimization

Displaying 20 results from an estimated 300 matches similar to: "Schwefel Function Optimization"

2006 May 31
2
calling routing during a functional test
I had a beginner''s question. I am testing the create action on my controller. I wanted to fetch the ID parameter of the newly created object, so that I can make some assertions on it. But I can''t seem to find an elegant way of doing that. Of course, might create action redirects. That means that @response.redirect_url is something like "/show/8". So I could pluck
2008 Mar 03
3
Admin and standard controllers RESTFully
Hello. I will appreciate the opinion. What is the standard way of separating admin functions from normal- user functions? before_filter in one controller? Use two controllers, i.e. ProductController and Admin/ ProductController? I want to use map.resources so RESTFul would be better. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to
2002 Jul 14
1
crossprod and X %*% t(X)
hi, the help page for crossprod states that crossprod(A,B) is faster than t(A) %*% B; experimentation certainly bears this out. more alarming is the evidence that crossprod(t(A), B) is faster than A %*% B: on a PII laptop, 128MB memory, win98, R-1.5.0.-patched precompiled (no ATLAS): > A <- matrix(rnorm(250000),500,500) > B <- matrix(rnorm(250000),500,500) > for (i in 1:5) {
2007 Apr 25
4
How to solve difficult equations?
This below is not solvable with uniroot to find "a": fn=function(a){ b=(0.7/a)-a (1/(a+b+1))-0.0025 } uniroot(fn,c(-500,500)) gives "Error in uniroot(fn, c(-500, 500)) : f() values at end points not of opposite sign" I read R-help posts and someone wrote a function: http://finzi.psych.upenn.edu/R/Rhelp02a/archive/92407.html but it is not very precise. Is there any
2012 Aug 18
1
Parameter scaling problems with optim and Nelder-Mead method (bug?)
Dear all, I?m having some problems getting optim with method="Nelder-Mead" to work properly. It seems like there is no way of controlling the step size, and the step size seems to depend on the *difference* between the initial values, which makes no sense. Example: f=function(xy, mu1, mu2) { print(xy) dnorm(xy[1]-mu1)*dnorm(xy[2]-mu2) } f1=function(xy) -f(xy, 0,
2012 Apr 06
2
Sincere inquiry about “subscript out of bounds” error in R
Hello£¬experts I am working on a simulation of effect of artificial selection on certain population in Animal Breeding.I am new beginner in coding. I have already build a matrix A(500*500) based on this code A<-matrix(,500,500) for(i in 1:500){ for(j in 1:500){ ifelse(i==j,A[i,j]<-1,A[i,j]<-0) } } and I need to caculate A2 base on A and X1(4500*4500).Here are the codes
2007 Feb 17
3
Problem with busydetect and cell phones
I have a very strange problem I'm hoping someone has encountered already. I've scoured the internet for an answer to this one. My phone company provides no disconnect supervision. Hence I'm forced to use the busydetect feature. I have a TDM400 with two FXO ports. If I call from an internal extension to a landline and then hangup the landline Asterisk detects the busy signal
2011 May 09
5
Suppressing iterations in DEoptim
Dear R users, During the the running of DEoptim function which belongs to "DEoptim" package it automatically gives the output like the following: Iteration: 1 bestvalit: 181.379847 bestmemit: 0.226499 1.395852 Iteration: 2 bestvalit: 14.062649 bestmemit: 2.290357 5.597838 Iteration: 3 bestvalit: 14.062649 bestmemit: 2.290357 5.597838 Iteration: 4 bestvalit: 14.062649
2009 Mar 24
1
Barplot With Selected X-Axis Region
Dear all, I have a data that looks like this: > print(dat) V1 V2 1 -43342073 14 2 -43337730 4 3 -43284676 1 .... 11372 75188572 11 11373 75206165 6 11374 75262720 24 What I want to do is to have a barplot where x-axis is taken from V1 and y-axis taken from V2. But I only want to plot the those region where V1 >= -500 and <= 500. But some
2001 Dec 18
1
How do I install smbmnt suid root?
I'm trying to set up a Samba mount point to a WinME computer so that a user can mount the file system. I'm getting the following error when I attempt the mount: $ mount /jan.fcwm.org/ smbmnt must be installed suid root for direct user mounts (500,500) smbmnt failed: 1 How do I install smbmnt suid root? Running Red Hat 7.2, and have the following rpms installed: $ rpm -qa | grep samba
2002 Dec 15
3
smbmnt.
Hi. I'm receiving this message if I try mount a drive: smbmnt must be installed suid root for direct user mounts (500,500) How can tackle that ?. -- Med venlig hilsen - Best regards - vy73 de OZ4KK. Erik Jakobsen - erik@urbakken.dk Registered Linux user #114875 - http://counter.li.org
2012 May 04
1
Absolute cumulative curve with ecdf/stepfun?
Hi, I have two variables ranging both from 0 to 1 (n=500 each). Now I am interested in plotting them both in one plot (using ggplot2). So far I used ecdf() (from an example I found with google) to get values for the cumulatice distribution function which gives a relative curve. I also want to do the same plot but using absolute cumulative values instead of relative. Can that be done with ecdf or
2007 Sep 15
2
Astribank and caller ID from PSTN
Hello, I've one astribank with 8 FXO unit and 8 pstn lines connected to the astribank. When I receive calls on my ipphone I get always Unknown callerid. It's is possible to receive the callerid from the lines on the astribank unit? This is my config: [channels] language=es context=from-zaptel signalling=fxs_ks ;rxwink=300 usecallerid=yes callerid=asreceived ;cidsignalling=bell
2012 Jun 15
1
DEoptim example illustrating use of fnMap parameter for enforcement of cardinality constraints
Function DEoptim in package DEoptim for differential evolution defines an optional parameter fnMap: fnMap "an optional function that will be run after each population is created, but before the population is passed to the objective function. This allows the user to impose integer/cardinality constriants." Unfortunately, there is no further documentation decribing the kind of
2010 Apr 09
3
Problems with Fax over TDM410P
Hello my friends... We are having some problems with the fax in our asterisk server... We have: Asterisk 1.4.21.2 Zaptel Version: 1.4.11 libpri version: 1.4.5 Digium Card TDM 410P This digium card has 3 FXO ports and 1 FXS port where we have a fax machine connected! The problem is that we can receive fax very good, but we can't make any outbound fax call, in fact, our asterisk get freezed
2010 Apr 25
1
Manipulating text files
Dear R Community, I am trying to optimize a water quality model that I am using. Based on conversations with others more familiar with what I am doing I plan to implement DEOptim to do this. The water quality model is interfaced through a GUI. I have the input file necessary to alter parameters and run the model as a text file. To do the optimization I have figured out the general procedure
2010 Jul 08
1
Incoming call doesn't finish when internal phone hangs up
Hello guys, I have this problem when a call is received in my PBX: (Caller) --> (Redirecting Service) --> (E1 PRI) --> (Asterisk PBX) --> (Internal Phone) Reception works fine, but when conversation finishes and the agent at internal phone hangs up, the call at caller's side is still alive for many seconds until it hangs up. The problem is that Telephone Company is billing me
2007 Jul 24
3
rxFAX core dumps
Hi Everyone... I am running Asterisk 1.2.22 on Debian "Etch". I installed it from sources. I have also installed tiff-v3.6.0, spandsp-0.0.3. and downloaded http://soft-switch.org/downloads/snapshots/spandsp/test-apps-asterisk-1.2/app_rxfax.c http://soft-switch.org/downloads/snapshots/spandsp/test-apps-asterisk-1.2/app_txfax.c and a Digium TDM card with 4 FXO ports When my dialplan
2013 Jan 16
1
Help with a parallel process
Hi R-Core, i am using nnet and DEoptim, Xcc=matrix(rnorm(100,0.5,0.08),50,2) Ycr=matrix(rnorm(50,0.2,0.05),50,1) pred_regm1 <- function(A) { A1=A[1] A2=A[2] A3=A[3] regm1 <- nnet(Xcc,Ycr,entropy=T,size=A1,decay=A2,maxit=2000,trace=F,Hess=T,rang=A3,skip=T) dif=sum((predict(regm1,Xcc)-Ycr)^2) return(dif) } somar=DEoptim(pred_regm1,c(1,0.00001,0.01), c(25,0.999,0.95),
2007 Aug 15
8
TDM400P FXO click sounds
Hello, I have a TDM400P with 4 FXO ports, currently using three. When sending or receiving calls on this card, there is a nearly constant popping/clicking sound, it is related to the echo cancellation?. I adjusted my gains properly, but to no avail. I even found that setting echotraining=no in zapata.conf didn't change the scenario at all. I've plugged analog handsets into the