Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6_search_in_continuous_space #11

Open
wants to merge 57 commits into
base: master
Choose a base branch
from
Open

Conversation

royaghavami
Copy link

No description provided.

Search in Continuous Space
#
# **Table of Contents**
` `**TOC \o "1-3" \h \z \u [Introduction PAGEREF _Toc86421092 \h 2**](#_Toc86421092)**

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your PAGEREFs seem to have some problems when I view the maekdown.

# **Table of Contents**
` `**TOC \o "1-3" \h \z \u [Introduction PAGEREF _Toc86421092 \h 2**](#_Toc86421092)**

[**Type of optimization techniques PAGEREF _Toc86421093 \h 2**](#_Toc86421093)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Types" is better

#


# Introduction
Copy link

@nimajam41 nimajam41 Nov 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can provide some examples of optimization problems that can help readers to understand the significance of this topic. (check out slides)

## Constrained optimization and Unconstrained optimization
**Constrained optimization problems** consider the problem of optimizing an objective function subject to constraints on the variables. In general terms,

minimize fx

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try to use LaTeX for equations (or if it's hard to use LaTeX in markdown, use screenshots of LaTeX equations)


We denote the set of points for which all the constraints are satisfied as C, and say that any x ∈ C (resp. x ∈/ C) is feasible (resp. infeasible)

***Unconstrained optimization problems*** the answers are constrained into being subject of set C as the picture bellow shows:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try to avoid using different formats in a section. For example "Constrained optimization and Unconstrained optimization" is just bold while "Unconstrained optimization problems" is in bold and italics.

### Cost functions
In many cases, particularly economics the cost function which is the objective function of an optimization problem is non-differentiable. These non-smooth cost functions may include discontinuities and discontinuous gradients and are often seen in discontinuous physical processes. Optimal solution of these cost functions is a matter of importance to economists but presents a variety of issues when using numerical methods thus leading to the need for special solution methods.

In this lecture we don’t discuss non-differential optimization and non-smooth functions and the text above was for introduction and further information on this topic.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try to reformat this sentence and provide at least a reference for further information.


fαx+1-αy≤αfx+1-αfy (\*)

*Figure SEQ Figure \\* ARABIC 3. In convex function f, for every two point x,y∈domainf, the line segment between them lies above the graph of f.*

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This figure went into your other texts which is not desirable

Such a problem may have multiple feasible regions and multiple locally optimal points within each region.  It can take time exponential in the number of variables and constraints to determine that a non-convex problem is infeasible, that the objective function is unbounded, or that an optimal solution is the "global optimum" across all feasible regions.
##
## Local and global optimization:
### Local optimization

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's better to add examples or some figures which can show the difference between these two concepts


In this lecture we don’t discuss non-differential optimization and non-smooth functions and the text above was for introduction and further information on this topic.

# Convexity

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try to use examples of convex/non-convex sets/functions and proof why they are convex/non-convex.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some examples are provided, but use other examples and prove them by definition.

Copy link

@nimajam41 nimajam41 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some major problems:

  • Try to provide some examples in different sections to help readers understand each concept.
  • Review your output file to revise some markdown problems.
  • Use markdown capabilities or LaTeX to write mathematical equations in a better format


Search in Continuous Space
#
# **Table of Contents**

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try to use the same format throughout this part, if you start your words with uppercase letters then do the same for other words.


![](Aspose.Words.153ba005-881a-4c4b-97e3-6ea90eff943d.003.jpeg)

*Figure SEQ Figure \\* ARABIC 1. reconstructed image after solving the optimization*

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image
this caption has problem yet


In unconstrained optimization problems the answers are constrained into being subject of set C as the picture bellow shows:

*Figure SEQ Figure \\* ARABIC 2. constrained vs unconstrained optimization*

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image
again problem with figure SEQ

## Differentiable optimization and Non-differentiable optimization
Non-differentiable optimization is a category of optimization that deals with objective that for a variety of reasons is non-differentiable and thus non-convex. The functions in this class of optimization are generally non-smooth. These functions although continuous often contain sharp points or corners that do not allow for the solution of a tangent and are thus non-differentiable. In practice non-differentiable optimization encompasses a large variety of problems and a single one-size fits all solution is not applicable however solution is often reached through implementation of the sub gradient method. Non-differentiable functions often arise in real world applications and commonly in the field of economics where cost functions often include sharp points.

*Figure SEQ Figure \\* ARABIC 3. Non-differentiable function*

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Figure SEQ problem again

Copy link

@nimajam41 nimajam41 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Figure numbers have some problems that should be reviewed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants