search for: anms

Displaying 18 results from an estimated 18 matches for "anms".

Did you mean: aims
2023 Aug 13
4
Noisy objective functions
...to this noisy and smoothed noise functions we get for instance the following results: (Starting point is always `rep(0.1, 5)`, maximal number of iterations 5000, relative tolerance 1e-12, and the optimization is successful if the function value at the minimum is below 1e-06.) k nmk anms neldermead ucminf optim_BFGS --------------------------------------------------- 1 0.21 0.32 0.13 0.00 0.00 3 0.52 0.63 0.50 0.00 0.00 10 0.81 0.91 0.87 0.00 0.00 Solvers: nmk = dfoptim::nmk, anms...
2012 Jun 05
0
Memory leak during instantiation of a reference class?
Hi, I have a problem with a large data set wrapped in a reference class. I do that to access the data by reference from within various functions in a script. # The class definition: setRefClass("data", fields = list(h5_df = "list", training_data = "array",
2008 Jun 08
0
Can't run Baldur's Gate II - Shadows of Anm
I am using Fedora 8 with Wine 1.0 rc3. The game seemed to install ok. I did a full install. When I try to run baldur.exe from the wine menu in KDE I get a splash screen opening up with the options to install, exit , configure, update and demos. I also get a message box telling me that I have to install Baldur's Gate II before playing. As far as I can tell, it's installed. Can anyone help
2010 Jan 18
2
An argument processing puzzle.
I have been trying to write a function mv(a,b) to move an object a to object b. It returns no value, but only exists for this side effect. Basically it just does b <- a; rm(a). With some checking and prompting about over-writing. The thing is, I'd like to be able to use either call by name or call by value syntax. I.e. I want to set up my argument processing so that mv(a,b)
2011 Jan 17
1
isoreg memory leak?
...eve the problem arises as a consequence of using SETLENGTH to resize the result near the very end of isoreg.c, and the solution is to make a copy of iKnots. SEXP R_isoreg(SEXP y) { int n = LENGTH(y), i, ip, known, n_ip; double tmp, slope; SEXP yc, yf, iKnots, ans; const char *anms[] = {"y", "yc", "yf", "iKnots", ""}; /* unneeded: y = coerceVector(y, REALSXP); */ PROTECT(ans = mkNamed(VECSXP, anms)); SET_VECTOR_ELT(ans, 0, y = y); SET_VECTOR_ELT(ans, 1, yc = allocVector(REALSXP, n+1)); SET_VECTOR_EL...
2007 Oct 11
4
Can't get XFS enabled on Centos 5.0
I anm trying to enable XFS with no success. I followed the instructions provided in http://wiki.centos.org/Repositories/CentOSPlus I installed the new kernel. Example: 2.6.18-8.1.14.el5.centos.plus I also installed these packages as described in a post I found yum install --enablerepo=centosplus xfsprogs xfsprogs-devel lsmod shows nothing about XFS I would image there are others out there
2005 Apr 08
1
orphaning CRAN packages
Dear R Developers, the following CRAN packages do not cleanly pass R CMD check for quite some time now and did not have any updates since the time given. Several attempts by the CRAN admins to contact the package maintainers had no success. norm, 1.0-9, 2002-05-07, WARN sound, 0.6, 2002-08-31, WARN Bhat, 0.9-07, 2003-11-04, WARN HI, 0.1, 2003-11-04, WARN mmlcr, 1.3.2, 2003-11-15, WARN mvnmle,
2009 Nov 03
1
How to display full name for the coefficients/factors in summary()?
Hi, I am wondering if there is a way to display the full anme of the regression coeffients/factors in the summary? Suppose I have a bogus data set using weekday as factor which has 7 levels such as: mydata <- sample(364) wk <- rep(1:7, 52) weekday <-
2004 Jul 28
4
Joining Linux to Windows 2000 domain
Hello, I am new to Linux, Samba, and actually servers in general. I am attempting to set up a Linux file server and join it to a Windows 2000 domain. All I want to be able to do is get files from the linux file server and put files on it. I do not want it to be the domain controller. I join the domain using: net join -S 10.10.10.40 -UAdministrator%password It tells me that I have joined
2008 Jul 18
2
Yet another rsync incremental thread
Hello all, Since the rsync on Panther many things changed in my professional life. This project is abandoned although it should work. But this you already know. What's new? On my new job I have several servers to administrate. Servers that aren't backed up (sic). So, there's why I'm back to rsync. The backup plan I would like: 1) Client side: PCs running rsync (or
2011 Mar 17
1
Using barplot() with zoo -- names.arg not permitted?
I've used barplot(), including the anmes.arg parameter, on data frames successfully, but I'm even newer to using zoo than I am to R. :-} I am working on a functon that accepts a data frame ("df") as its primary argument, extracts information from it to create a zoo, then generates a plot based on that. The data frame has a column called "time" which is a standard
2000 May 12
9
comment field proposal
Well, this is a bit stronger than a proposal; this is "what I plan to do unless people see obvious flaws I missed"... The text comment header is the second (of three) header packets that begin a Vorbis bitstream. It is meant for short, text comments, not arbitrary metadata; arbitrary metadata will be put in a metadata stream, likely an XML stream type. We've discussed this in
2005 Apr 21
0
Windows caching Netbios names ??
Hello, we have a setup with a main samba server an an emergency server which synchronizes its data via rsync. Recently, I got the idea to run the emergency server under a different server name parallel to the main server so that users can easily recover deleted files etc. This lead to massive problems; the reason was that the clients randomly connected to the main or the backup server !
2010 Jun 23
2
perl(packed-refs) missing dependency
I am trying to install git-1.7.1 from the rpmforge repository on my CentOS-5.5 CI box. I am getting the following error: Resolving Dependencies --> Running transaction check ---> Package git.x86_64 0:1.7.1-1.el5.rf set to be updated --> Processing Dependency: perl-Git = 1.7.1-1.el5.rf for package: git --> Processing Dependency: perl(SVN::Core) for package: git --> Processing
2010 Dec 29
1
Problem applying Chi-square in R and Cochran's Recommendations
Sir, I have a problem here while applying chisquare test to the following Data ( below the subject of this mail) ...when I wanted to test the significance using three different free statistical packages, here R, EpiInfo and OpenEpi. *Only OpenEpi accepts the test based on Cochran's Recommendations. * R says " chi squared approximation may be incorrect." Does it mean the same as
2006 Nov 29
0
Re: asterisk-users Digest, Vol 28, Issue 152
...1. Re: SIP Port 5060 (Andrew Joakimsen) > 22. Re: Siemens Gigaset C450 IP vs S450 IP (Andrew Joakimsen) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 29 Nov 2006 16:06:57 -0600 > From: "Kim Jones" <kim@anmsinc.com> > Subject: [asterisk-users] beeping noise in background > To: <asterisk-users@lists.digium.com> > Message-ID: <000401c71402$aff83d40$052110ac@ANMS.pvt> > Content-Type: text/plain; charset="us-ascii" > > I have asterisk 1.2.12.1 running with several...
2009 Nov 26
2
Puppet+Foreman: class into module couldn't apply on nodes
Hello, I try config puppet with foreman frontend. Into puppetmasterd I create modules "test" and create init.pp: # Create "/tmp/testfile" if it doesn''t exist. class test_class { file { "/tmp/testfile": ensure => present, mode => 644, owner => root, group => root } } Configure nodes in site.pp and import
2003 Dec 01
0
No subject
copy d:\bugs.ps \\ouessant\lexmark after having deleted all the samba log files and restarted the SMBd daemon from the SWAT Web interface. This leads to the INTERNAL ERROR, see samba.oulx Now, to locate the problem, I tried the same kind of command on the same file, bugs.ps, but using the SMBCLIENT application from the Linux server itself, without changing anything, nor restarting the SMBd