Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
Math package for nonlinear constrained optimization, low-discrepancy sampling?
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
IRC channel
Developer Blog
Follow us on Twitter
Latest SVN
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
(preview only)
Search
Advanced search
Recent
[SOLVED] $INFO directive
by
Thaddy
[
Today
at 12:34:18 pm]
Strategy to convert a TP ...
by
otoien
[
Today
at 12:28:07 pm]
Where are latest SynEdit ...
by
Borneq
[
Today
at 12:24:43 pm]
Enable -gh flag cause lin...
by
tonyw
[
Today
at 12:19:48 pm]
Translate c++ code
by
xinyiman
[
Today
at 11:54:41 am]
dblookuplist question
by
Handoko
[
Today
at 11:51:57 am]
IDE freezing the OS
by
Zvoni
[
Today
at 11:23:10 am]
Strange behaviour with XL...
by
wp
[
Today
at 11:20:52 am]
BGRABitmap textout does n...
by
upsidasi
[
Today
at 10:54:26 am]
Error (relasing real numb...
by
Borneq
[
Today
at 10:45:18 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Math package for nonlinear constrained optimization, low-discrepancy sampling? (Read 1321 times)
stephanweber
New Member
Posts: 37
Math package for nonlinear constrained optimization, low-discrepancy sampling?
«
on:
March 19, 2019, 01:27:48 pm »
Hi,
in the internet you can find many great math libs, but for these special topics I for nothing yet for Pascal. Does anybody has a hint? Or maybe a really good C++ (or c#, python, java, etc.) to Pascal converter?
Bye Stephan
Logged
sstvmaster
Full Member
Posts: 131
Re: Math package for nonlinear constrained optimization, low-discrepancy sampling?
«
Reply #1 on:
March 19, 2019, 02:09:36 pm »
"Compatible with FreePascal" ->
http://www.alglib.net/download.php#delphi
Logged
Lazarus 2.0.4 x32
Lazarus 2.1.0 Trunk x32
OS Win 7 32bit
apeoperaio
Full Member
Posts: 159
Re: Math package for nonlinear constrained optimization, low-discrepancy sampling?
«
Reply #2 on:
March 20, 2019, 08:26:32 pm »
Check mrmath library, it works on Lazarus and it is superfast.
https://github.com/mikerabat/mrmath
Logged
stephanweber
New Member
Posts: 37
Re: Math package for nonlinear constrained optimization, low-discrepancy sampling?
«
Reply #3 on:
March 28, 2019, 12:42:26 pm »
Thanks! These units work quite fine.
However, the most complete unit seems to be
AMath
, BUT I cannot compile it under freepascal, there are some
asm
statements, unfortunately.
Has anybody made AMath working under Lazarus?
Bye Stephan
Logged
MathMan
Full Member
Posts: 166
Re: Math package for nonlinear constrained optimization, low-discrepancy sampling?
«
Reply #4 on:
March 28, 2019, 01:48:20 pm »
Hi Stephan,
I assume you mean the AMath unit of Wolfgang Ehrhardt (
http://www.wolfgang-ehrhardt.de/misc_en.html#amath)?
If so, what's your target environment? The website explicitly states
"The archive amath_2018-11-27.zip contains units for accurate mathematical methods without using multi precision arithmetic. Please note that the high accuracy can only be achieved with the rmNearest rounding mode; it decreases if other modes are used. AMath is designed for the 80-bit extended data type, and therefore cannot be used with 64-bit code on 64-bit system (for these use the corresponding DAMath package). More information can be found on the separate introduction page."
Maybe you need to take a look at DAMath instead.
Cheers,
MathMan
Logged
glorfin
Jr. Member
Posts: 66
Re: Math package for nonlinear constrained optimization, low-discrepancy sampling?
«
Reply #5 on:
April 29, 2019, 11:25:35 am »
Hi Stefan!
I have quite recently implememnted in Pascal the COBYLA algothithm for LMath library (
https://sourceforge.net/projects/lmath-library/
).
It is not yes officially released, but is already in SVN repository. So, have a look at it. See uCobyla unit in uOptimum package.
Best regards!
Viatcheslav
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
Math package for nonlinear constrained optimization, low-discrepancy sampling?