search for: stategy

Displaying 11 results from an estimated 11 matches for "stategy".

Did you mean: strategy
2006 May 24
0
optim "CG" bug w/patch proposal (PR#8786)
...gree (to both). >> However, isn't Andreas' patch just fixing the problem >> and not changing the underlying strategy at all? >> [No, I did not study the code in very much detail ...] > > The (minor) issue is that x is updated but not f(x). I think the intended > stategy was to update neither, so Andreas' patch was a change of stategy. In > particular, a question is if this should be marked as a convergence failure. > But people really need to read the reference before commenting, > and I at least need to find the time to do so in more detail. Havin...
2014 May 23
1
BLF and notifyringing in Asterisk 11
...am trying to get something working that is just not doing quite what I want. It may not be possible, but I figured it was worth asking about. The details: Asterisk 11.6.0 Polycom SoundPoint IP650 phones running 4.03 firmware. We have a queue with 4 phones in it. ringinuse is set to yes and the stategy is ringall. In sip.conf, we have notifyringing set to yes as well. Asterisk is sending messages of the type application/dialog-info+xml to the phones. This works nicely in almost every scenario. We have one person on the queue who answers the phones first, the rest of us only pick up if he is...
2004 Aug 27
0
ACD ringall + roundrobin
Hi all, I have a need where ACD ringall and ACD roundrobin ring strategies will be combined. Basically, ring every agent in a specified order, but whenever it times out and goes to the next agent, I still need the previous agent(s) to continue to ring. I would like to develop this extension myself as a contribution to the asterisk community. In doing this, where should I start? I've
2014 May 17
1
Into queue the caller doesn't hear the ringing
...to the top five I run the application background with a choice (1-5) then redirect to a queue, but here the caller doesn't hear the ringing...the sixth instead I redirect the caller directly the queue and it hears the ringing....why? The member queue phones work correctly, they ringing with the stategy 'linear'! This is my dialplan: *[ivr-filiale-latina]exten => s,1,Verbose( ** IVR FILIALE LATINA.)same => n,Set(CALLERID(name)=LATINA) same => n,Macro(select_fe,s,1)same => n,Ringing()same => n,Answer()same => n,Wait(0.5)same => n,Set(CHA...
2015 Aug 12
2
[Intel-gfx] [PATCH v2 00/22] Enable gpu switching on the MacBook Pro
...until it works again. Yes, so far proxying of the AUX channel is read-only. In those cases when writing is necessary for setting up the output, I'm adding code to check if the current content of the DPCD is identical to what's being written and if so, skip the write. We'll see if this stategy is sufficient for the drivers to set up their outputs. > I think the real tricky bit here with vgaswitcheroo is locking, I need to > take a separate lock at the patches for that. Locking when switching only the DDC lines is facilitated by the ddc_lock attribute of struct vgasr_priv. This i...
2006 Apr 21
5
optim "CG" bug w/patch proposal (PR#8786)
Dear R team, when using optim with method "CG" I got the wrong $value for the reported $par. Example: f<-function(p) { if (!all(p>-.7)) return(2) if (!all(p<.7)) return(2) sin((p[1])^2)*sin(p[2]) } optim(c(0.1,-0.1),f,method="CG",control=list(trace=0,type=1)) $par 19280.68 -10622.32 $value -0.2346207 # should be 2!
2005 Feb 17
1
socket problems (maybe bugs?)
Dear R Gurus, for some purpose i have to use a socket connection, where i have to read and write both text and binary data (each binary data package will be preceeded by a header line). When experimenting, i encountered some problems (with R-2.0.1 under different Linuxes (SuSE and Gentoo)). Since the default mode for socket connections is non-blocking, i first tried socketSelect() in order to
2017 Mar 10
3
[cfe-dev] proposal - pragma section directive in clang
+llvm-dev properly this time. On Fri, 10 Mar 2017 at 09:42 James Molloy <james at jamesmolloy.co.uk> wrote: > Hi Reid, all, > > +llvm-dev as this RFC involves changes in Clang and LLVM. > > This RFC has stagnated and I think that's partially because the proposal > isn't particularly elegant and is light on details. We've been having a > rethink and have a
2015 Aug 11
2
[PATCH v2 00/22] Enable gpu switching on the MacBook Pro
This is a follow-up to the v1 posted in April: http://lists.freedesktop.org/archives/dri-devel/2015-April/081515.html Patches 1 - 17 enable GPU switching on the pre-retina MacBook Pro. These were tested successfully by multiple people and solve two tickets in Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=88861 https://bugs.freedesktop.org/show_bug.cgi?id=61115 Patches 18 - 22 are a
2007 Feb 21
10
Split access, load balancing AND forwarding: HOW?
The LARTC howto correctly describes load balancing and split access for traffic from a machine with multiple ISP connections (http://www.lartc.org/lartc.html#LARTC.RPDB.MULTIPLE-LINKS) -- *provided* the traffic originates from the machine itself (i.e. traffic regularly handled by the INPUT and OUTPUT chains of iptables). When forwarding traffic from an attached local network, the following
2006 Oct 13
24
Self-tuning recordsize
Would it be worthwhile to implement heuristics to auto-tune ''recordsize'', or would that not be worth the effort? -- Regards, Jeremy