Community Profile

photo

Zaikun Zhang


Hong Kong Polytechnic University

Last seen: 6일 전 2019년부터 활동

Followers: 0   Following: 0

연락

통계

All
  • 5-Star Galaxy Level 3
  • Personal Best Downloads Level 2
  • GitHub Submissions Level 3
  • First Answer
  • Thankful Level 1
  • First Submission
  • First Review

배지 보기

Feeds

보기 기준

제출됨


PRIMA: Optimization without Using Derivatives
PRIMA is a package for solving general nonlinear optimization problems without using derivatives.

15일 전 | 다운로드 수: 13 |

Thumbnail

질문


Does MEX of MATLAB R2023b (update 6) on macOS-13 work with Xcode 15 and Intel oneAPI 2023?
[Update 20240217: I am almost sure that this is a bug of MATLAB R2023b. The default MEX options are wrongly specified. They are ...

2개월 전 | 답변 수: 0 | 1

0

답변

제출됨


PDFO: Powell's Derivative-Free Optimization solvers
Interfaces by Tom M. Ragonneau and Zaikun Zhang for using the late Professor M. J. D. Powell's derivative-free optimization solv...

3개월 전 | 다운로드 수: 19 |

Thumbnail

답변 있음
Strange behavior of `copyfile` regarding symlinks on Linux and macOS
Update 20231031: Below is the response from MathWorks support. " Please be assured that this has been confirmed as a bug and i...

6개월 전 | 0

| 수락됨

질문


Strange behavior of `copyfile` regarding symlinks on Linux and macOS
Consider the following function. %test_copyfile.m function test_copyfile() ...

6개월 전 | 답변 수: 1 | 0

1

답변

제출됨


MatCUTEst
MatCUTEst is a package for facilitating the usage of CUTEst (https://github.com/ralna/CUTEst) in MATLAB on Linux.

7개월 전 | 다운로드 수: 3 |

제출됨


setup_mex: Set up MEX on Windows and macOS for Fortran and C
This package provides scripts that facilitate setting up the MATLAB MEX on Windows and macOS for compiling Fortran and C using I...

대략 1년 전 | 다운로드 수: 20 |

답변 있음
fmincon optimization not running properly, stops beacuase of StepTolerance
I conducted a quick experiment using the function and data in the question. The solvers are fmincon of MATLAB and PRIMA, which i...

대략 1년 전 | 1

답변 있음
Bug in MATLAB R2022a: MEX does not support gfortran 8.x as specified in the official documentation
According to MEX team (20220406, copied from a GitHub Issue): This is bug with R2022a and we are fix it as soon as possible. T...

대략 2년 전 | 1

| 수락됨

질문


Bug in MATLAB R2022a: MEX does not support gfortran 8.x as specified in the official documentation
Update (20220406): The MathWorks MEX team has confirmed this problem as a bug of MATLAB R2022a. A workaround is provided by the ...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


Does the execution of addpath/rmpath/savepath in one workspace affect other workspaces?
Does the execution of addpath/rmpath/savepath in one workspace affect other workspaces? Suppose that I have two instances of MA...

대략 2년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Bug: MATLAB crashes when mexifying the official `timestwo.c`
Here is the latest update (20220225) received from the supporting team of MathWorks: ``` Got the confirmation that the crash...

대략 2년 전 | 0

| 수락됨

답변 있음
Why trust-region-reflective algorithm in fmincon require a gradient as input?
What you @SM are looking for is called Derivative-Free Optimization methods. They do not require derivatives or analytical formu...

대략 2년 전 | 0

질문


Is MEX known to be slow on macOS?
Question: Is MEX known to be slow on macOS? Here, "slow" refers to the speed of setting MEX up, of compiling MEX code, and of ...

대략 2년 전 | 답변 수: 0 | 0

0

답변

질문


Bug: MATLAB crashes when mexifying the official `timestwo.c`
Update (20220225): Here is the latest update received from the supporting team of MathWorks. ``` Got the confirmation that th...

대략 2년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Need help with mathematical optimization - fmincon
Your problem is a simulation-based optimization problem. You may try PDFO ( https://www.mathworks.com/matlabcentral/fileexchan...

거의 4년 전 | 0

질문


Supress MEX warning: f951: Warning: Nonexistent include directory ‘MATLABROOT/simulink/include’ [-Wmissing-include-dirs]
I have MATLAB 2019b but not simulink installed on my computer (ubuntu 16.04). When trying mex(fullfile(matlabroot, 'extern', 'e...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


Recursive definition of anonymous function
(Note that the mathematics in this question is hypothetical and illustrative.) Suppose that I am writing a function "foo" to mi...

거의 4년 전 | 답변 수: 1 | 1

1

답변

질문


The return type of mxIsDouble, mxIsSingle, and mxIsClass (mex for Fortran)
According to https://www.mathworks.com/help/matlab/apiref/mxisclass.html the return of mxIsDouble for Fortran (also mxIsSingle ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Portable declaration of REAL variables in mex gateway for Fortran
(The same question is asked here: https://stackoverflow.com/questions/57244555/portable-declaration-of-real-variables-in-mex-gat...

4년 초과 전 | 답변 수: 1 | 0

1

답변