search for: findopt

Displaying 9 results from an estimated 9 matches for "findopt".

Did you mean: findfont
2008 Aug 05
1
optimize simultaneously two binomials inequalities using nlm( ) or optim( )
...y searching a more precise OC curve with respect to one of the points. I?m using Mathematica 6 but it is a Trial, so I would like use R intead (or better, I need it)! To exemplify, In Mathematica I call the function using NMinimize passing the restriction and parameters: /* function name "findOpt" and parameters... */ restriction = (1 - alpha) <= CDF[BinomialDistribution[sample_n, p1], c] && betha >= CDF[BinomialDistribution[sample_n, p2], c] && 0 < alpha < alphamax && 0 < betha < bethamax && 1 < sample_n <= lot_S...
2008 Jul 29
0
optimize simultaneously two binomials inequalities using nlm
...y searching a more precise OC curve with respect to one of the points. I?m using Mathematica 6 but it is a Trial, so I would like use R intead (or better, I need it)! To exemplify, In Mathematica I call the function using NMinimize passing the restriction and parameters: /* function name "findOpt" and parameters... */ restriction = (1 - alpha) <= CDF[BinomialDistribution[sample_n, p1], c] && betha >= CDF[BinomialDistribution[sample_n, p2], c] && 0 < alpha < alphamax && 0 < betha < bethamax && 1 < sample_n <= lot_S...
2008 Jul 21
0
optimize function help!!
...djacency compromise is commonly required, achieved by searching a more precise OC curve with respect to one of the points. I?m using Mathematica 6 but it is a Trial, so I would like use R intead (better, I need it)! In Mathematica I call a parameter called restriction: // fucntion name "findOpt" and parameters... restriction = (1 - alpha) <= CDF[BinomialDistribution[sample_n, p1], c] && betha >= CDF[BinomialDistribution[sample_n, p2], c] && 0 < alpha < alphamax && 0 < betha < bethamax && 1 < sam...
2018 Feb 25
0
segfault calling SDL_Init with FFI/ MCJIT
...noticed the error actually happens deep inside a transitively loaded GL drive module, but still within the LLVM code.  Does LLVM have hooks for when libraries are loaded? #0  __strcmp_ssse3 () at ../sysdeps/x86_64/multiarch/../strcmp.S:173 #1  0x00007fffeff1a667 in llvm::cl::generic_parser_base::findOption(char const*) () from /home/src/leaf/sdl/dist/libLLVM-3.8.so #2  0x00007ffff02f291f in llvm::RegisterPassParser<llvm::MachineSchedRegistry>::NotifyAdd(char const*, void* (*)(), char const*) () from /home/src/leaf/sdl/dist/libLLVM-3.8.so #3  0x00007fffe3ab4754 in llvm::MachinePassRegistry::A...
2009 Mar 31
3
[LLVMdev] assert problem embedding llvm libs in linux - stuck
...IGABRT caused by an assert when run: /include/llvm/Support/CommandLine.h:483: void llvm::cl::parser<DataType>::addLiteralOption(const char*, const DT&, const char*) [with DT = const llvm::TargetMachineRegistryEntry*, DataType = const llvm::TargetMachineRegistryEntry*]: Assertion `findOption(Name) == Values.size() && "Option already exists!"' failed. I'm not so familiar with the internals of LLVM nor standard practices for development on Linux, so I wondered if there is an experienced developer on the list who can spot the problem immediately...? I...
2009 Oct 21
0
[LLVMdev] request for help writing a register allocator
...or: llc: /afs/cs.wisc.edu/p/course/cs701-horwitz/public/llvm-root/llvm/include/llvm/Support/CommandLine.h:483: void llvm::cl::parser<DataType>::addLiteralOption(const char*, const DT&, const char*) [with DT = llvm::FunctionPass* (*)(), DataType = llvm::FunctionPass* (*)()]: Assertion `findOption(Name) == Values.size() && "Option already exists!"' failed. Can you tell from this what I'm doing wrong? 2. I tried writing a very simple register allocator. It works as follows: Step 1: Find out which physical registers are already used. Do this by iterating o...
2012 Nov 19
0
[LLVMdev] Making VMKit2
...aheh/Desktop/vmkit2/mmtk/java/vmkit.properties -disable-stubs -assume-compiled 0  vmjc            0x0000000000eb84ef 1  vmjc            0x0000000000eb8a69 2  libpthread.so.0 0x00002b9a7357e060 3  libc.so.6       0x00002b9a7446ce24 4  vmjc            0x0000000000e96717 llvm::cl::generic_parser_base::findOption(char const*) + 55 5  vmjc            0x000000000059d038 6  vmjc            0x0000000000e600ec llvm::PassRegistry::registerPass(llvm::PassInfo const&, bool) + 572 7  vmjc            0x0000000000aa1140 llvm::initializeBlockPlacementPass(llvm::PassRegistry&) + 144 8  vmjc            0x00000...
2009 Oct 20
7
[LLVMdev] request for help writing a register allocator
Hi Susan, > You may find the PBQP allocator implementation useful as a reference > to what's involved in adding a new allocator to LLVM. It's located in > lib/CodeGen/RegAllocPBQP.cpp, with supporting files in the lib/CodeGen/ > PBQP directory. > Yes - as far as working allocators go PBQP is pretty simple. If you're just interested in LLVM API details you can focus on
2012 Nov 16
3
[LLVMdev] Making VMKit2
Hi, I’m trying to make VMKit & J3 on Ubuntu. I have followed the instructions at http://vmkit2.gforge.inria.fr/start.php. But after configuring vmkit2, when I’m making it using make ENABLE_OPTIMIZED=1, I receive the following: 1)      With this configuration: ela at ela-VirtualBox:~/Desktop/vmkit2$ ./configure --with-llvmsrc=/home/ela/Desktop/llvm/ --with-llvmobj=/home/ela/Desktop/llvm/