search for: reinforc

Displaying 20 results from an estimated 192 matches for "reinforc".

Did you mean: reinforce
2007 Jul 31
1
how to sort dataframe levels
Hi everyone, I've been bashing my head against this for days now, and can't figure out what to do. I have the following dataframe header appetitive stimulus aversive stimulus chaining contingency discriminative stimulus extinction intermittent reinforcement negative reinforcer operant response place learning positive reinforcer punishment reinforcement schedules response rate secondary reinforcement spontaneous recovery variance spontaneous recovery -3 -2 0 -3 -3 -16 -5 1 16 -1 7 1 -1...
2007 Jul 03
2
reinforce library to re-load
Hi, I am wondering if there is a parameter in library() so that it can reinforce package to be reloaded. It helps when you test your modified package by yourself. Otherwise, my way is to re-start Rgui. (by reading ?library, I understand this option is not implemented) "...Both functions check and update the list of currently loaded packages and do not reload a package wh...
2007 Jul 03
2
reinforce library to re-load
Hi, I am wondering if there is a parameter in library() so that it can reinforce package to be reloaded. It helps when you test your modified package by yourself. Otherwise, my way is to re-start Rgui. (by reading ?library, I understand this option is not implemented) "...Both functions check and update the list of currently loaded packages and do not reload a package wh...
2018 Jan 09
1
Suggestions on register allocation by using reinforcement learning
Hi everyone, I'm quite new to LLVM *and doing a Q-learning *(*just a hobby*)* on register allocation for LLVM. RegAllocRL is based on* *RegAllocBase*,* RegAllocBasic and add some feature to implement Q-learning algorithm. * *I*’*ve currently run as MachineFunctionPass and things seem to work in simple case. In order to make progress on training*, *I have questions and want to get some
2001 Nov 07
2
Rcmd?
...stion: I cannot find the Rcmd file in the my installed Windows R Program. It is not known as a command inside R (which is not intended as I suppose) nor as an executable or similar file elsewhere? How can I make my own package? Holger -- PD Dr. habil. Holger Perlt Diplomphysiker/Gesch?ftsf?hrer Reinforcement Control GmbH Karl-Heine-Str. 99 04229 Leipzig Germany Phone: ++49 (0)341 9410370 Fax: ++49 (0)341 9410372 http://www.reinforcement.de -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Sen...
2001 Nov 07
2
C code
...R, which 1. do not use R-functions itself (called with .C) 2. do use R-structures inside (called with .Call) Is this right? Are there very simple introductionary examples for my case - if this is possible at all? Best regards, Holger -- PD Dr. habil. Holger Perlt Diplomphysiker/Gesch?ftsf?hrer Reinforcement Control GmbH Karl-Heine-Str. 99 04229 Leipzig Germany Phone: ++49 (0)341 9410370 Fax: ++49 (0)341 9410372 http://www.reinforcement.de -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Sen...
2009 Sep 10
2
RHEL 5.4 is out!
Obligatory: When will Centos 5.4 be ready? /me goes down into reinforced concrete bunker and locks all hatches and doors.
2019 Mar 13
2
Per-function subtargets
...lf-way between two solutions (either all-module-wide, or all-function-specific), and some previous discussions like https://groups.google.com/forum/#!topic/llvm-dev/2hp9aARHEJA ([LLVMdev] Embedding cpu and feature strings into IR and enabling switching subtarget on a per function basis) seem to reinforce that feeling. Is the intent still to eventually remove the module-level subtarget options entirely? Or will the two continue to coexist? Is it up to the target to decide how to "merge" the two, or is the "all or nothing" approach the right one? -- Scott
2015 Jul 06
5
[LLVMdev] Why can't comparisons with negative zero be simplified?
...ng test in cast-int-fcmp-eq-0.ll fails: ; CHECK-LABEL: @i32_cast_cmp_oeq_int_n0_uitofp( ; CHECK: uitofp ; CHECK: fcmp oeq define i1 @i32_cast_cmp_oeq_int_n0_uitofp(i32 %i) { %f = uitofp i32 %i to float %cmp = fcmp oeq float %f, -0.0 ret i1 %cmp } Is this test really justified, or is it just reinforcing an oversight? - Arch D. Robison -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150706/d575d72e/attachment.html>
2009 May 22
0
[LLVMdev] CMake build maturity [was: Re: Arm port]
...> http://www.llvm.org/docs/CMake.html > > The makefiles distributed with LLVM have nothing to do with cmake. >From the few times I tried building LLVM with CMake I got the impression that it wasn't completely mature yet (the "TODO" sections in the page you mention above reinforce that impression). I remember at least one other build error in the past, related to building a non-X86 backend. With current svn I get: %> mkdir llvm-svn-build %> cd llvm-svn-build/ %> ccmake ../llvm-svn # Basically only tweak the install prefix in ccmake, configure, generate %> ma...
2020 Apr 08
6
RFC: a practical mechanism for applying Machine Learning for optimization policies in LLVM
...nly-manageable size, which potentially affects the generality of a heuristic or heuristic tuning. The main advantage of manual heuristics is arguably their relatively lower overhead: no additional dependencies and more transparent to human analysis and improvement. Machine learning, in particular reinforcement learning, can address the tensions found in manual heuristics: once features are extracted from the program, the way they are combined and tuned can easily be scaled up through automation, improving effectiveness and generality. A major drawback, at least at this point in time, of machine lear...
2020 Apr 08
2
RFC: a practical mechanism for applying Machine Learning for optimization policies in LLVM
...ic or heuristic tuning. > > > > The main advantage of manual heuristics is arguably their relatively > lower > > overhead: no additional dependencies and more transparent to human > analysis > > and improvement. > > > > Machine learning, in particular reinforcement learning, can address the > > tensions found in manual heuristics: once features are extracted from > the > > program, the way they are combined and tuned can easily be scaled up > > through automation, improving effectiveness and generality. A major > > drawback...
2020 Apr 09
3
RFC: a practical mechanism for applying Machine Learning for optimization policies in LLVM
...e main advantage of manual heuristics is arguably their relatively >>> lower >>> > overhead: no additional dependencies and more transparent to human >>> analysis >>> > and improvement. >>> > >>> > Machine learning, in particular reinforcement learning, can address >>> the >>> > tensions found in manual heuristics: once features are extracted from >>> the >>> > program, the way they are combined and tuned can easily be scaled up >>> > through automation, improving effectivenes...
2008 Jun 02
1
Wine & Acces to Com1 for Rig Control
...a big one ... the program cannot converse with the radio. I have tried resetting the program to use com ports 1 through to 6 ... but on each occasion after testing the link, the program states it cannot converse with the radio ... and the behaviour of the led's on the face of the radio cabinet reinforces this view. Clearly, what I am missing is some direction to get my com1 port functioning under wine. I have had a look at various resources for this ... but without success. Can someone please direct me to the place where there is a simple explanation of what to do to make this work. Thanks...
2013 Nov 01
2
[LLVMdev] Implementing the ldr pseudo instruction in ARM integrated assembler
...ire an explicit directive for all constant pools when using subsections-via-symbols and add a diagnostic check at the end of parsing (when we’re spitting out the non-empty pools) to see if there was a subsections-via-symbols directive in there anywhere. Anyways, the main point of all of this is to reinforce the “there be dragons here” nature of this feature. It interacts with other parts of the assembler and the underlying assumptions of the platform in interesting ways. Lots of *really* careful test cases will be necessary.
2020 Apr 09
2
RFC: a practical mechanism for applying Machine Learning for optimization policies in LLVM
...gt;> relatively >>>>> lower >>>>> > overhead: no additional dependencies and more transparent to human >>>>> analysis >>>>> > and improvement. >>>>> > >>>>> > Machine learning, in particular reinforcement learning, can address >>>>> the >>>>> > tensions found in manual heuristics: once features are extracted >>>>> from the >>>>> > program, the way they are combined and tuned can easily be scaled up >>>>> > th...
2009 Nov 13
4
R, NIH and FDA
Dear All, I will soon be working with NIH and possibly FDA. Will I be able to use R or will I be forced to use SAS? Cheers, Federico -- Federico C. F. Calboli Department of Epidemiology and Public Health Imperial College, St. Mary's Campus Norfolk Place, London W2 1PG Tel +44 (0)20 75941602 Fax +44 (0)20 75943193 f.calboli [.a.t] imperial.ac.uk f.calboli [.a.t] gmail.com
2004 Mar 31
1
R-1.9.0 Beta print.power.htest problem?
..."),sep="\n") if(!is.null(note)) cat("\n", "NOTE:", note, "\n\n") else cat("\n") } Using 'methods(print)' in 1.8.1 patched, print.power.htest is listed, while it is not listed in 1.9.0 beta, which would seem to reinforce a methods problem. The 1.8.1 patched NAMESPACE file for 'ctest' lists: S3method(print, power.htest) However, the NAMESPACE file for 'stats' in 1.9.0 Beta does not, so I am guessing that this is the source of the problem? Thanks, Marc Schwartz
2024 Jan 27
2
ntlm_auth not returning "STATUS_OK"
...use this webapp. Rather than maintain > separate app-only credentials, the users can authenticate with their > domain credentials. This is where ntlm_auth comes in. > > I would be very sorry to see ntlm_auth go away. A quick web search > shows I'm not the only one using it. This reinforces my comment about > developers removing longstanding functionality without a compatible > path forward. That places a burden on downstream developers who have > come to rely on functionality. Perhaps when I said ntlm_auth is likely to away, I should have qualified it, so lets do that now...
2013 Nov 01
0
[LLVMdev] Implementing the ldr pseudo instruction in ARM integrated assembler
...reasonable choice. It seems it would still be difficult to detect all the cases where we could run into trouble. For example, something like _foo: ldr r1, =0x12345678 _bar: ... .ltorg If bar gets deleted we would still have the wrong offsets. > Anyways, the main point of all of this is to reinforce the "there be > dragons here" nature of this feature. It interacts with other parts of the > assembler and the underlying assumptions of the platform in interesting > ways. Lots of *really* careful test cases will be necessary. Yes I see your point. Thanks for brining .subsecti...